From 0050edd80a4f2b3d5834aabea210e9b68daa9736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:05:10 +0000 Subject: [PATCH] Bump redhat-actions/push-to-registry from 2.7.1 to 2.8 Bumps [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry) from 2.7.1 to 2.8. - [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/9986a6552bc4571882a4a67e016b17361412b4df...5ed88d269cf581ea9ef6dd6806d01562096bee9c) --- updated-dependencies: - dependency-name: redhat-actions/push-to-registry dependency-version: '2.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/images_build_rhel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 74a872a8..01cb8a4f 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -634,7 +634,7 @@ jobs: - name: Push to RedHat certification procedure (1st) id: push_to_registry if: ${{ env.AUTO_PUSH_IMAGES == 'true' }} - uses: redhat-actions/push-to-registry@9986a6552bc4571882a4a67e016b17361412b4df # v2.7.1 + uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8 with: tags: ${{ steps.meta.outputs.tags }} @@ -674,7 +674,7 @@ jobs: - name: Push to RedHat certification procedure (all tags) id: push_to_registry_all_tags if: ${{ env.AUTO_PUSH_IMAGES == 'true' }} - uses: redhat-actions/push-to-registry@9986a6552bc4571882a4a67e016b17361412b4df # v2.7.1 + uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8 with: tags: ${{ steps.meta.outputs.tags }}