We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faa2e5 commit 3b99db9Copy full SHA for 3b99db9
.github/workflows/docker-image.yml
@@ -43,6 +43,8 @@ jobs:
43
id: docker_build
44
uses: docker/build-push-action@v2
45
with:
46
+ context: .
47
+ file: ./Resources/docker/app/Dockerfile
48
push: true
49
tags: ${{ steps.meta.outputs.tags }}
50
labels: ${{ steps.meta.outputs.labels }}
0 commit comments