Skip to content

Commit 7207a01

Browse files
authored
Update docker-image.yml
1 parent 50ebd1c commit 7207a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build and push Docker image
3737
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
3838
with:
39-
context: .
39+
context: ./applications/hello-world/app
4040
push: true
4141
tags: ${{ steps.meta.outputs.tags }}
4242
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)