Skip to content

Commit

Permalink
Update reusable-build-container-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Dec 10, 2024
1 parent f24884c commit 91e2f2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-build-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
with:
registry: ghcr.io
username: cisco-service
password: ${{ secrets.PACKAGE_PUBLICATION_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
# password: ${{ secrets.PACKAGE_PUBLICATION_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
Expand Down

0 comments on commit 91e2f2c

Please sign in to comment.