Skip to content

Commit 519d371

Browse files
authored
Update push-docker-image.yml
1 parent 85c9d5c commit 519d371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: push
4040
uses: docker/build-push-action@v6
4141
with:
42-
context: .
42+
context: ./app/
4343
push: true
4444
tags: ${{ steps.meta.outputs.tags }}
4545
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)