workflow patch
This commit is contained in:
parent
8ba427f90c
commit
4a27a84adf
1 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,13 @@ jobs:
|
||||||
uses: https://github.com/yangskyboxlabs/action-checkout@sha256
|
uses: https://github.com/yangskyboxlabs/action-checkout@sha256
|
||||||
with:
|
with:
|
||||||
object-format: 'sha256'
|
object-format: 'sha256'
|
||||||
|
-
|
||||||
|
name: Login to Container Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: git.nanody.de
|
||||||
|
username: ${{ forgejo.actor }}
|
||||||
|
password: ${{ secrets.PACKAGES_RW }}
|
||||||
-
|
-
|
||||||
name: Docker meta
|
name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue