diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 5bdde337..b974cb2b 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 }}