We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daf34e commit 8288757Copy full SHA for 8288757
.github/workflows/build.yaml
@@ -19,5 +19,5 @@ jobs:
19
- name: Set commit SHA
20
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
21
- name: Build the stack
22
- run: docker compose -f docker-compose.build.yml -env example.env build
+ run: docker compose -f docker-compose.build.yml --env-file example.env --build-arg GITHUB_SHORT_SHA=${GITHUB_SHA} build
23
0 commit comments