diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dec99340..71107955b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,7 +214,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build container image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}