From ee1670b8e45b19e8bf0d32faa0870bfa1cb083e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:42:57 +0000 Subject: [PATCH] Bump redhat-actions/push-to-registry from 2.8 to 3 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/5ed88d269cf581ea9ef6dd6806d01562096bee9c...94ade333c38ecc0e60e94785125d9a52ca423b37) --- 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/build-postgres-container.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-postgres-container.yml b/.github/workflows/build-postgres-container.yml index baf5dcd..ee9eac5 100644 --- a/.github/workflows/build-postgres-container.yml +++ b/.github/workflows/build-postgres-container.yml @@ -63,7 +63,7 @@ jobs: - name: Push To ghcr.io id: push-to-ghcr if: ${{ github.event_name != 'pull_request' }} - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8 + uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3.0.0 with: image: ${{ steps.build_image.outputs.image }} tags: ${{ steps.build_image.outputs.tags }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0c2958f..88f9f5d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,7 +77,7 @@ jobs: - name: Push To ghcr.io id: push-to-ghcr - uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8 + uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3.0.0 with: image: ${{ steps.build_image.outputs.image }} tags: ${{ steps.build_image.outputs.tags }}