Skip to content

Commit ebc584f

Browse files
committed
update action to handle path of application/Dockerfile
1 parent 96e8a72 commit ebc584f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-container-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Build and push image
2828
uses: docker/[email protected]
2929
with:
30-
context: .
30+
context: ./app
31+
file: ./app/Dockerfile
3132
push: true
3233
tags: ${{ steps.meta.outputs.tags }}
3334
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)