From 5847006971f6eca63e7058aa089e6a90ebed0c56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:40:13 +0000 Subject: [PATCH] Update redhat-actions/push-to-registry digest to 5860fc9 --- .github/workflows/confbatstest-build.yaml | 2 +- .github/workflows/github-dispatches-build.yaml | 2 +- .github/workflows/kyverno-cli-build.yaml | 2 +- .github/workflows/redhat-csp-download-build.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/confbatstest-build.yaml b/.github/workflows/confbatstest-build.yaml index f6770760..d07bb474 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 4b415450..728b5ad9 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 b95cf5a4..dc9eeb4a 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 fd5e5130..3185148d 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 }}