diff --git a/.github/workflows/next-container-build.yaml b/.github/workflows/next-container-build.yaml index 568a25f24..e243433bf 100644 --- a/.github/workflows/next-container-build.yaml +++ b/.github/workflows/next-container-build.yaml @@ -80,7 +80,7 @@ jobs: - name: Login to registry (${{env.REGISTRY}}) # run this stage only if there are changes that match the includes and not the excludes if: steps.changed-files.outputs.any_changed == 'true' - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }} diff --git a/.github/workflows/pr-container-build.yaml b/.github/workflows/pr-container-build.yaml index da1cbd1fc..efc071597 100644 --- a/.github/workflows/pr-container-build.yaml +++ b/.github/workflows/pr-container-build.yaml @@ -103,7 +103,7 @@ jobs: - name: Login to registry (${{env.REGISTRY}}) # run this stage only if there are changes that match the includes and not the excludes if: steps.changed-files.outputs.any_changed == 'true' - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }}