From 4d966d06146a2df1188116656eb095b744e24f41 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Mon, 19 Sep 2022 11:07:06 -0300 Subject: [PATCH] we forgor to change the build context --- .github/workflows/varnish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}