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 }}