Skip to content

Commit 76a9204

Browse files
committed
Enable Docker buildkit by default
1 parent 27cf98b commit 76a9204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
IMAGE_NAME: trafex/php-nginx
1111
IMAGE_TAG: ${{ github.sha }}
12+
DOCKER_BUILDKIT: 1
1213

1314
jobs:
1415
build:

0 commit comments

Comments
 (0)