diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 694adeb..723d768 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: ${{ github.event.inputs.upload == 'true' ||