From 21595296a2d5c078f77e6525f978d8b7520f1d5c Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:13:01 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20redhat-actions/p?= =?UTF-8?q?ush-to-registry=20action=20(v2.7.1=20=E2=86=92=20v3.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | redhat-actions/push-to-registry | v2.7.1 | v3.0.0 | --- .github/workflows/build-container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 5bdde337f..b974cb2b5 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -210,7 +210,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Push image to ghcr - uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2 + uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3 with: registry: ghcr.io/erhardtconsulting image: ${{ env.IMAGE }} @@ -218,7 +218,7 @@ jobs: - name: Push image to quay.io if: ${{ inputs.push-quay }} - uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2 + uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3 with: registry: quay.io/erhardtconsulting image: ${{ env.IMAGE }} @@ -226,7 +226,7 @@ jobs: - name: Push image to docker.io if: ${{ inputs.push-docker }} - uses: redhat-actions/push-to-registry@5860fc963bf8f2b3221773a023141612f010c469 # v2 + uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3 with: registry: docker.io image: erhardtconsulting/${{ env.IMAGE }}