Use PUSH_PACKAGES_KEY secret for registry authentication
/ build (push) Successful in 41s
Details
/ build (push) Successful in 41s
Details
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e5eb862126
commit
73840332db
|
|
@ -17,4 +17,4 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
run: |
|
||||
buildah build -t kalendasz:latest
|
||||
buildah push --creds ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} kalendasz:latest "docker://git.hswro.org/kosma/kalendasz:latest"
|
||||
buildah push --creds ${{ gitea.actor }}:${{ secrets.PUSH_PACKAGES_KEY }} kalendasz:latest "docker://git.hswro.org/kosma/kalendasz:latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue