From 4741bc22569d7bcd69d10aa5904edaadfc117782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 07:45:33 +0000 Subject: [PATCH] Bump redhat-actions/podman-login from 1.6 to 1.7 Bumps [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login) from 1.6 to 1.7. - [Release notes](https://github.com/redhat-actions/podman-login/releases) - [Changelog](https://github.com/redhat-actions/podman-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/podman-login/compare/9184318aae1ee5034fbfbacc0388acf12669171f...4934294ad0449894bcd1e9f191899d7292469603) --- updated-dependencies: - dependency-name: redhat-actions/podman-login dependency-version: '1.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/images_build_rhel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 01cb8a4f..56dc9ad8 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -623,7 +623,7 @@ jobs: [[ -n "${PROJECT_SECRET:-}" ]] || { echo "::error::Registry robot secret is missing"; exit 1; } - name: Log in to ${{ env.REGISTRY }} - uses: redhat-actions/podman-login@9184318aae1ee5034fbfbacc0388acf12669171f # v1.6 + uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7 if: ${{ env.AUTO_PUSH_IMAGES == 'true' }} with: username: ${{ format('redhat-isv-containers+{0}-robot', secrets[format('{0}_{1}_PROJECT', needs.init_build.outputs.secret_prefix, steps.var_format.outputs.matrix_build)]) }}