Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker build on tag
env:
DOCKER_CLI_EXPERIMENTAL: enabled
TAG_FMT: "^refs/tags/(((.?[0-9]+){3,4}))$"
DOCKER_BUILDKIT: 1
DOCKER_BUILDKIT: 0
COMPOSE_DOCKER_CLI_BUILD: 0

on:
Expand All @@ -21,12 +21,7 @@ jobs:
service:
- frontend
- backend
runner-label:
- ubuntu-latest
- self-hosted
fail-fast: false
runs-on: ${{ matrix.runner-label }}
continue-on-error: ${{ matrix.runner-label == 'self-hosted' }}
runs-on: ubuntu-latest
timeout-minutes: 120
name: Build ${{ matrix.service }} on ${{ matrix.runner-label }}
concurrency:
Expand Down
Loading