Enable Docker buildkit by default

This commit is contained in:
Tim de Pater
2022-05-29 16:00:48 +02:00
parent 27cf98b647
commit 76a9204eae

View File

@@ -9,6 +9,7 @@ on:
env:
IMAGE_NAME: trafex/php-nginx
IMAGE_TAG: ${{ github.sha }}
DOCKER_BUILDKIT: 1
jobs:
build: