diff --git a/.github/workflows/container-rebuild.yml b/.github/workflows/container-rebuild.yml index 34e0abd4d..9f3f4e024 100644 --- a/.github/workflows/container-rebuild.yml +++ b/.github/workflows/container-rebuild.yml @@ -61,7 +61,7 @@ jobs: - name: Build and push container uses: coreos/actions-lib/build-container@main with: - credentials: ${{ secrets.QUAY_AUTH }} + credentials: ${{ secrets.QUAY_AUTH_BUTANE }} file: butane/Dockerfile push: quay.io/coreos/butane arches: amd64 arm64 diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index f6b31dddd..96c34a50c 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -57,7 +57,7 @@ jobs: - name: Build and push container uses: coreos/actions-lib/build-container@main with: - credentials: ${{ secrets.QUAY_AUTH }} + credentials: ${{ secrets.QUAY_AUTH_BUTANE }} file: butane/Dockerfile push: quay.io/coreos/butane arches: amd64 arm64