Skip to content

Commit d16fd52

Browse files
committed
Docker Compose: Change directory to tutorial path before building.
1 parent 5b91a96 commit d16fd52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-brev-tutorial-docker-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
max_attempts: 3
100100
retry_wait_seconds: 30
101101
command: |
102+
cd ${{ matrix.tutorial }}/brev
102103
docker buildx bake \
103104
--allow=fs.read=/home/runner \
104105
--set "base.args.GIT_BRANCH_NAME=${{ env.GIT_BRANCH_NAME }}" \
@@ -108,5 +109,5 @@ jobs:
108109
--set "base.cache-from=type=registry,ref=${{ steps.set-image.outputs.image_name }}:buildcache" \
109110
--set "base.cache-to=type=registry,ref=${{ steps.set-image.outputs.image_name }}:buildcache,mode=max" \
110111
--set "base.platform=linux/amd64" \
111-
-f ${{ matrix.tutorial }}/brev/docker-compose.yml \
112+
-f docker-compose.yml \
112113
base

0 commit comments

Comments
 (0)