Use the correct secrets value
All checks were successful
Test, Build and Publish / test (push) Successful in 34s
Test, Build and Publish / build-and-push-images (push) Successful in 1m19s

This commit is contained in:
Marc Di Luzio 2024-08-25 21:35:40 +01:00
parent 895bb9797f
commit 1a80b120d7

View file

@ -54,7 +54,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.GITHUB_ACTOR }}
password: ${{ env.PACKAGE_PAT }}
password: ${{ secrets.PACKAGE_PAT }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3