Disable using docker buildkit in GitHub Action workflow

This commit is contained in:
wiz 2021-02-03 16:28:37 +09:00
parent 264bca9c56
commit 7ddbf5d3df
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -2,6 +2,8 @@ name: Docker build on tag
env:
DOCKER_CLI_EXPERIMENTAL: enabled
TAG_FMT: '^refs/tags/(((.?[0-9]+){3,4}))$'
DOCKER_BUILDKIT: 0
COMPOSE_DOCKER_CLI_BUILD: 0
on:
push: