We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae6a23 commit f74c735Copy full SHA for f74c735
1 file changed
.github/workflows/check_docker_build.yml
@@ -11,6 +11,10 @@ jobs:
11
steps:
12
- uses: actions/checkout@v1
13
- name: Build the Docker image
14
+ env:
15
+ # @see https://docs.docker.com/develop/develop-images/build_enhancements/
16
+ COMPOSE_DOCKER_CLI_BUILD: "1"
17
+ DOCKER_BUILDKIT: "1"
18
run: docker build . --tag ${{ github.repository }}
19
20
- name: Image details
0 commit comments