Skip to content

Commit

Permalink
Add correct secret to workflow (#14)
Browse files Browse the repository at this point in the history
* Update reusable-build-container-images.yml

* Update reusable-build-container-images.yml

* Update reusable-build-container-images.yml

* Update reusable-build-container-images.yml
  • Loading branch information
svrnm authored Dec 10, 2024
1 parent 182129f commit 29cf769
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/reusable-build-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ on:
jobs:
build:
runs-on: ubuntu-24.04
permissions:
packages: write
strategy:
matrix:
image:
Expand All @@ -43,8 +41,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
username: cisco-service
password: ${{ secrets.PACKAGE_PUBLICATION_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
Expand Down

0 comments on commit 29cf769

Please sign in to comment.