Skip to content

Commit 665c78f

Browse files
authored
1 parent 3c3e9f1 commit 665c78f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dockerimage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- name: Build the Docker image
1818
env:
1919
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"
2024
run: |
2125
# use this image as a source of cache layers to speed up subsequent builds
2226
# @see https://testdriven.io/blog/faster-ci-builds-with-docker-cache/

0 commit comments

Comments
 (0)