change path for dockerfile as well

This commit is contained in:
Alexandre Teles 2022-09-19 11:11:29 -03:00
parent 4d966d0614
commit f4d0f59e73

View File

@ -60,7 +60,7 @@ jobs:
with: with:
build-args: GH_TOKEN=${{ secrets.GH_TOKEN }} build-args: GH_TOKEN=${{ secrets.GH_TOKEN }}
context: ./varnish/ context: ./varnish/
file: ./Dockerfile file: ./varnish/Dockerfile
platforms: linux/amd64,linux/arm64/v8 platforms: linux/amd64,linux/arm64/v8
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}