diff --git a/.github/workflows/varnish.yml b/.github/workflows/varnish.yml index 2c93e21..cf23fea 100644 --- a/.github/workflows/varnish.yml +++ b/.github/workflows/varnish.yml @@ -59,8 +59,8 @@ jobs: uses: docker/build-push-action@v2 with: build-args: GH_TOKEN=${{ secrets.GH_TOKEN }} - context: . - file: ./varnish/Dockerfile + context: ./varnish/ + file: ./Dockerfile platforms: linux/amd64,linux/arm64/v8 push: true tags: ${{ steps.meta.outputs.tags }}