From 022cb79df93c4b7ef46e6555ecf34a103cc1e34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:33:49 +0000 Subject: [PATCH] chore(deps): bump redhat-actions/push-to-registry in /.github/workflows Bumps [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry) from 2.8 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.8...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/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 414ca4175bf..a840372c2a0 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -51,7 +51,7 @@ jobs: containerfiles: ./dotcom-rendering/Containerfile - name: Push Image To GHCR - uses: redhat-actions/push-to-registry@v2.8 + uses: redhat-actions/push-to-registry@v3 id: push with: image: ${{ steps.build_image.outputs.image }}