Skip to content

Commit f74c735

Browse files
authored
Use Docker Build
1 parent 7ae6a23 commit f74c735

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/check_docker_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313
- 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"
1418
run: docker build . --tag ${{ github.repository }}
1519

1620
- name: Image details

0 commit comments

Comments
 (0)