From e0ede8408cb4a7b06727780fd102855201f705b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:02:56 +0000 Subject: [PATCH] build(deps): bump redhat-actions/push-to-registry from 2 to 3.0.0 Bumps [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry) from 2 to 3.0.0. - [Release notes](https://github.com/redhat-actions/push-to-registry/releases) - [Changelog](https://github.com/redhat-actions/push-to-registry/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/push-to-registry/compare/v2...v3) --- updated-dependencies: - dependency-name: redhat-actions/push-to-registry dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/manual-build.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-build.yaml b/.github/workflows/manual-build.yaml index 1bbdf6f..efb00c2 100644 --- a/.github/workflows/manual-build.yaml +++ b/.github/workflows/manual-build.yaml @@ -69,7 +69,7 @@ jobs: quay.expires-after=${{ github.event.inputs.quayLifetime }} - name: Push To Registry id: push-to-quay - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v3 if: ${{ steps.build-image-buildah.outputs.image && steps.build-image-buildah.outcome == 'success' && github.event.inputs.publish }} with: image: ${{ steps.build-image-buildah.outputs.image }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 937fdd1..f26b7fe 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -72,7 +72,7 @@ jobs: quay.expires-after=1y - name: Push To Registry id: push-to-quay - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v3 if: ${{ steps.build-image-buildah.outputs.image && steps.build-image-buildah.outcome == 'success' }} with: image: ${{ steps.build-image-buildah.outputs.image }}