From f4d0f59e73f34e36260e650970eccd6dc68ea0a9 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Mon, 19 Sep 2022 11:11:29 -0300 Subject: [PATCH] change path for dockerfile as well --- .github/workflows/varnish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}