From ce4209cdf3104e1ceca83838d59615cef38ff970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:42:23 +0000 Subject: [PATCH] chore(ci): 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/build-and-push-to-registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-to-registry.yml b/.github/workflows/build-and-push-to-registry.yml index cf03e59..6310141 100644 --- a/.github/workflows/build-and-push-to-registry.yml +++ b/.github/workflows/build-and-push-to-registry.yml @@ -33,7 +33,7 @@ jobs: containerfiles: /Dockerfile - name: Push container - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v3 with: image: ${{ steps.build.outputs.image }} tags: ${{ steps.build.outputs.tags }}