From 0db32de50a8d325ad3446607c951f1b440e91182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:59:42 +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 993f4a391c4..821732cea02 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 }}