mirror of
https://github.com/mempool/mempool.git
synced 2026-08-18 13:08:44 +02:00
Disable using docker buildkit in GitHub Action workflow
This commit is contained in:
parent
264bca9c56
commit
7ddbf5d3df
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue