diff --git a/.github/workflows/image-builder-template.yaml b/.github/workflows/image-builder-template.yaml index 10dec6518..1b11a6a72 100644 --- a/.github/workflows/image-builder-template.yaml +++ b/.github/workflows/image-builder-template.yaml @@ -26,7 +26,7 @@ jobs: - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 - - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 + - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 if: ${{ inputs.push }} with: registry: ghcr.io