mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
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:
|
||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||
TAG_FMT: '^refs/tags/(((.?[0-9]+){3,4}))$'
|
||||
DOCKER_BUILDKIT: 0
|
||||
COMPOSE_DOCKER_CLI_BUILD: 0
|
||||
|
||||
on:
|
||||
push:
|
||||
|
Loading…
Reference in New Issue
Block a user