diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed07b26..0b95f95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build Worker Image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ops/docker/worker.Dockerfile