diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a76ed0..6d4b0a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: with: platforms: linux/amd64 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: buildkitd-flags: '--allow-insecure-entitlement network.host' - name: Login to GitHub Container Registry