Skip to content

Commit ab43ce7

Browse files
committed
fixing paths
1 parent 1d292a0 commit ab43ce7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/demo_build_and_deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
packages: write
2828

2929

30-
defaults:
31-
run:
32-
working-directory: demos-docker
30+
# defaults:
31+
# run:
32+
# working-directory: demos-docker
3333

3434
steps:
3535
- name: checkout
@@ -67,7 +67,8 @@ jobs:
6767
id: build-and-push
6868
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
6969
with:
70-
context: .
70+
context: demos-docker
71+
file: demos-docker/Dockerfile
7172
push: true
7273
tags: ${{ steps.meta.outputs.tags }}
7374
# tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)