diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ecfa1b9..86930d8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -45,7 +45,7 @@ jobs: username: ${{ secrets.QUAY_GITHUB_RUNNERS_USERNAME }} password: ${{ secrets.QUAY_GITHUB_RUNNERS_TOKEN }} - name: Push to Container Registry - uses: redhat-actions/push-to-registry@v2.6 + uses: redhat-actions/push-to-registry@v2.7 with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }}