diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08d68e8..f481dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,7 +242,7 @@ jobs: - name: Build and push Docker image id: build-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: ${{ matrix.context }} push: true