Skip to content

Commit 2094451

Browse files
authored
Update on-tag.yml (#35)
1 parent 463b219 commit 2094451

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/on-tag.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker build on tag
22
env:
33
DOCKER_CLI_EXPERIMENTAL: enabled
44
TAG_FMT: "^refs/tags/(((.?[0-9]+){3,4}))$"
5-
DOCKER_BUILDKIT: 1
5+
DOCKER_BUILDKIT: 0
66
COMPOSE_DOCKER_CLI_BUILD: 0
77

88
on:
@@ -21,12 +21,7 @@ jobs:
2121
service:
2222
- frontend
2323
- 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' }}
24+
runs-on: ubuntu-latest
3025
timeout-minutes: 120
3126
name: Build ${{ matrix.service }} on ${{ matrix.runner-label }}
3227
concurrency:

0 commit comments

Comments
 (0)