From 625d68ab415ee976b46d96987cbf343e4f50be3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:22:35 +0000 Subject: [PATCH] Bump the github-actions-all group with 3 updates Bumps the github-actions-all group with 3 updates: [redhat-actions/buildah-build](https://github.com/redhat-actions/buildah-build), [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login) and [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry). Updates `redhat-actions/buildah-build` from 2 to 3 - [Release notes](https://github.com/redhat-actions/buildah-build/releases) - [Changelog](https://github.com/redhat-actions/buildah-build/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/buildah-build/compare/v2...v3) Updates `redhat-actions/podman-login` from 1 to 2 - [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/v1...v2) Updates `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/buildah-build dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: redhat-actions/podman-login dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: redhat-actions/push-to-registry dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push-mcps.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push-mcps.yaml b/.github/workflows/build-and-push-mcps.yaml index 5359988..f047cf9 100644 --- a/.github/workflows/build-and-push-mcps.yaml +++ b/.github/workflows/build-and-push-mcps.yaml @@ -33,7 +33,7 @@ jobs: - name: Build image id: build_image - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: ${{ github.event.repository.name }} tags: ${{ env.TAGS || 'pr-check' }} @@ -44,7 +44,7 @@ jobs: - name: Log in to quay.io if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v2 with: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_PASSWORD }} @@ -52,7 +52,7 @@ jobs: - name: Push the image to quay.io if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v3 id: push with: registry: quay.io/openstack-lightspeed