From 11badf223e6e6d28803d773324c9fe520707f0ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:06:37 +0000 Subject: [PATCH] chore(deps): update redhat-actions/push-to-registry action to v3 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e15a289..596d1f5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: - name: Push To Registry if: github.event_name == 'push' && (github.ref_type == 'tag' || github.ref_name == 'main') - uses: redhat-actions/push-to-registry@v2 + uses: redhat-actions/push-to-registry@v3 id: push_image with: image: ${{ steps.build_image.outputs.image }}