fix: pass path

This commit is contained in:
Alessandro Pezzè 2021-05-15 15:04:15 +02:00
parent 0faa2e52af
commit 3b99db93eb

View file

@ -43,6 +43,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
file: ./Resources/docker/app/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}