we forgor to change the build context

This commit is contained in:
Alexandre Teles 2022-09-19 11:07:06 -03:00
parent c72179bd2d
commit 4d966d0614

View File

@ -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 }}