From 738ffbc2a91992bef38a2001b0dc1ff384ac3378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:04:39 +0000 Subject: [PATCH] Build(deps): bump redhat-actions/push-to-registry from 2 to 2.8 Bumps [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry) from 2 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/v2...v2.8) --- 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/container-parallel.yml | 2 +- .github/workflows/container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-parallel.yml b/.github/workflows/container-parallel.yml index 3b2c574..fbc4143 100644 --- a/.github/workflows/container-parallel.yml +++ b/.github/workflows/container-parallel.yml @@ -123,7 +123,7 @@ jobs: - name: Push container image id: push-to-registry - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v2.8 with: image: dash-mpd-cli tags: latest diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index ec45dda..180de0b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -57,7 +57,7 @@ jobs: - name: Push container image id: push-to-registry - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v2.8 with: image: dash-mpd-cli tags: latest