Skip to content

Commit 3b99db9

Browse files
committed
fix: pass path
1 parent 0faa2e5 commit 3b99db9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
id: docker_build
4444
uses: docker/build-push-action@v2
4545
with:
46+
context: .
47+
file: ./Resources/docker/app/Dockerfile
4648
push: true
4749
tags: ${{ steps.meta.outputs.tags }}
4850
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)