diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea8087c..50984c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.image }} load: true