We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9896d commit ff432a5Copy full SHA for ff432a5
.github/workflows/debian.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build the Docker image
40
working-directory: docker/debian
41
run: |
42
- DOCKER_BUILDKIT=1 docker build . \
+ docker build . \
43
--target gcc \
44
--build-arg GITHUB_REPO=${GITHUB_REPOSITORY} \
45
--build-arg DEBIAN_VERSION=${{ matrix.version.os }} \
.github/workflows/ubuntu.yml
@@ -40,7 +40,7 @@ jobs:
working-directory: docker/ubuntu
46
--build-arg UBUNTU_VERSION=${{ matrix.version.os }} \
0 commit comments