Fix secret key for registry package push
/ build_website (push) Successful in 7s Details
/ build_and_push_container (push) Successful in 7s Details

This commit is contained in:
Michał Rudowicz 2025-02-23 21:47:04 +01:00
parent 8b11035eb9
commit 84aa12f2a8
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- run: cd generated-site && buildah build --file ../docker/serve.Dockerfile -t hswro-org:latest
- run: buildah push --creds ${REGISTRY_OWNER}:${{ secrets.PUSH_PACHAGES_KEY }} hswro-org:latest "git.hswro.org/${REGISTRY_OWNER}/hswro_org:latest"
- run: buildah push --creds ${REGISTRY_OWNER}:${{ secrets.PUSH_PACKAGES_KEY }} hswro-org:latest "git.hswro.org/${REGISTRY_OWNER}/hswro_org:latest"