Skip to content

Commit 862df03

Browse files
committed
Update build.yaml
1 parent 646214b commit 862df03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: Set commit SHA
2020
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
2121
- name: Build the stack
22-
run: docker compose -f docker-compose.build.yml --env-file example.env --build-arg GITHUB_SHORT_SHA=${GITHUB_SHA} build
22+
run: docker compose -f docker-compose.build.yml --env-file example.env build --build-arg GITHUB_SHORT_SHA=${GITHUB_SHA}
2323

0 commit comments

Comments
 (0)