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 d9bf45b commit cef1423Copy full SHA for cef1423
.github/workflows/publish_docker_image.yml
@@ -24,6 +24,10 @@ jobs:
24
run: echo "DOCKER_TAG=${DOCKER_REPOSITORY}/${DOCKER_IMAGE_NAME}:${GITHUB_REF:10}" >> $GITHUB_ENV
25
26
- name: Build the Docker image
27
+ env:
28
+ # @see https://docs.docker.com/develop/develop-images/build_enhancements/
29
+ COMPOSE_DOCKER_CLI_BUILD: "1"
30
+ DOCKER_BUILDKIT: "1"
31
run: docker build . --tag ${DOCKER_TAG} --build-arg GITHUB_SHA=${GITHUB_SHA}
32
33
# https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow
0 commit comments