From c2e6b4296d1f25573624373c62f22153dc20a273 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Tue, 10 Dec 2024 11:11:02 +0100 Subject: [PATCH] Update reusable-build-container-images.yml --- .github/workflows/reusable-build-container-images.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build-container-images.yml b/.github/workflows/reusable-build-container-images.yml index 91d5ebb..090914f 100644 --- a/.github/workflows/reusable-build-container-images.yml +++ b/.github/workflows/reusable-build-container-images.yml @@ -42,8 +42,7 @@ jobs: with: registry: ghcr.io username: cisco-service - password: ${{ secrets.GITHUB_TOKEN }} - # password: ${{ secrets.PACKAGE_PUBLICATION_TOKEN }} + password: ${{ secrets.PACKAGE_PUBLICATION_TOKEN }} - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: