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 3c3e9f1 commit 665c78fCopy full SHA for 665c78f
.github/workflows/dockerimage.yml
@@ -17,6 +17,10 @@ jobs:
17
- name: Build the Docker image
18
env:
19
CACHE_IMAGE: macbre/nginx-brotli:latest
20
+
21
+ # @see https://docs.docker.com/develop/develop-images/build_enhancements/
22
+ COMPOSE_DOCKER_CLI_BUILD: "1"
23
+ DOCKER_BUILDKIT: "1"
24
run: |
25
# use this image as a source of cache layers to speed up subsequent builds
26
# @see https://testdriven.io/blog/faster-ci-builds-with-docker-cache/
0 commit comments