From fe1cf94bced0163aae836522cf8c2174677a484c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:13:13 +0000 Subject: [PATCH] Bump redhat-actions/push-to-registry from 2 to 3 Bumps [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry) from 2 to 3. - [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' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/multiarch-containerfile-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multiarch-containerfile-build.yaml b/.github/workflows/multiarch-containerfile-build.yaml index dfc0f2e3..cecc3835 100644 --- a/.github/workflows/multiarch-containerfile-build.yaml +++ b/.github/workflows/multiarch-containerfile-build.yaml @@ -60,7 +60,7 @@ jobs: - name: Push To ${{ inputs.registry }} id: push-to-quay - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v3 with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }}