Skip to content

Commit ae577de

Browse files
committed
Fix working dir
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent 666bfec commit ae577de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: docker/setup-compose-action@v1
2222

2323
- name: Build images
24+
working-directory: deploy
2425
run: |
2526
docker compose build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ") --progress=plain
2627
docker image ls

0 commit comments

Comments
 (0)