diff --git a/.github/workflows/confbatstest-build.yaml b/.github/workflows/confbatstest-build.yaml index f677076..d07bb47 100644 --- a/.github/workflows/confbatstest-build.yaml +++ b/.github/workflows/confbatstest-build.yaml @@ -48,7 +48,7 @@ jobs: - name: Push to ghcr.io if: ${{ env.ref_type == 'tag' || env.owner != 'redhat-cop' }} # Stops push running when bots create a PR, which fails due to token - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2 + uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2 id: push_image with: image: ${{ steps.build_image.outputs.image }} diff --git a/.github/workflows/github-dispatches-build.yaml b/.github/workflows/github-dispatches-build.yaml index 4b41545..728b5ad 100644 --- a/.github/workflows/github-dispatches-build.yaml +++ b/.github/workflows/github-dispatches-build.yaml @@ -47,7 +47,7 @@ jobs: - name: Push to ghcr.io if: ${{ env.ref_type == 'tag' || env.owner != 'redhat-cop' }} # Stops push running when bots create a PR, which fails due to token - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2 + uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2 with: image: ${{ steps.build_image.outputs.image }} registry: ghcr.io/${{ github.repository }} diff --git a/.github/workflows/kyverno-cli-build.yaml b/.github/workflows/kyverno-cli-build.yaml index b95cf5a..dc9eeb4 100644 --- a/.github/workflows/kyverno-cli-build.yaml +++ b/.github/workflows/kyverno-cli-build.yaml @@ -48,7 +48,7 @@ jobs: - name: Push to ghcr.io if: ${{ env.ref_type == 'tag' || env.owner != 'redhat-cop' }} # Stops push running when bots create a PR, which fails due to token - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2 + uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2 with: image: ${{ steps.build_image.outputs.image }} registry: ghcr.io/${{ github.repository }} diff --git a/.github/workflows/redhat-csp-download-build.yaml b/.github/workflows/redhat-csp-download-build.yaml index fd5e513..3185148 100644 --- a/.github/workflows/redhat-csp-download-build.yaml +++ b/.github/workflows/redhat-csp-download-build.yaml @@ -47,7 +47,7 @@ jobs: - name: Push to ghcr.io if: ${{ env.ref_type == 'tag' || env.owner != 'redhat-cop' }} # Stops push running when bots create a PR, which fails due to token - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2 + uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2 with: image: ${{ steps.build_image.outputs.image }} registry: ghcr.io/${{ github.repository }}