Disable using docker buildkit in GitHub Action workflow
This commit is contained in:
parent
264bca9c56
commit
7ddbf5d3df
2
.github/workflows/on-tag.yml
vendored
2
.github/workflows/on-tag.yml
vendored
@ -2,6 +2,8 @@ name: Docker build on tag
|
|||||||
env:
|
env:
|
||||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||||
TAG_FMT: '^refs/tags/(((.?[0-9]+){3,4}))$'
|
TAG_FMT: '^refs/tags/(((.?[0-9]+){3,4}))$'
|
||||||
|
DOCKER_BUILDKIT: 0
|
||||||
|
COMPOSE_DOCKER_CLI_BUILD: 0
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user