diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 4879e36d7..406a702fe 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -64,7 +64,7 @@ jobs: # Setup auth if not a PR. - if: github.event_name != 'pull_request' - uses: google-github-actions/auth@f6de81663f7788d05bd15bcce18f0e57f23f0846 # v2.0.1 + uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0 with: credentials_json: '${{ secrets.GCR_DEVOPS_SERVICE_ACCOUNT_KEY }}' export_environment_variables: true