We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463b219 commit 2094451Copy full SHA for 2094451
.github/workflows/on-tag.yml
@@ -2,7 +2,7 @@ name: Docker build on tag
2
env:
3
DOCKER_CLI_EXPERIMENTAL: enabled
4
TAG_FMT: "^refs/tags/(((.?[0-9]+){3,4}))$"
5
- DOCKER_BUILDKIT: 1
+ DOCKER_BUILDKIT: 0
6
COMPOSE_DOCKER_CLI_BUILD: 0
7
8
on:
@@ -21,12 +21,7 @@ jobs:
21
service:
22
- frontend
23
- backend
24
- runner-label:
25
- - ubuntu-latest
26
- - self-hosted
27
- fail-fast: false
28
- runs-on: ${{ matrix.runner-label }}
29
- continue-on-error: ${{ matrix.runner-label == 'self-hosted' }}
+ runs-on: ubuntu-latest
30
timeout-minutes: 120
31
name: Build ${{ matrix.service }} on ${{ matrix.runner-label }}
32
concurrency:
0 commit comments