diff --git a/.github/workflows/varnish.yml b/.github/workflows/varnish.yml index cf23fea..73d1d8d 100644 --- a/.github/workflows/varnish.yml +++ b/.github/workflows/varnish.yml @@ -60,7 +60,7 @@ jobs: with: build-args: GH_TOKEN=${{ secrets.GH_TOKEN }} context: ./varnish/ - file: ./Dockerfile + file: ./varnish/Dockerfile platforms: linux/amd64,linux/arm64/v8 push: true tags: ${{ steps.meta.outputs.tags }}