Skip to content

Commit

Permalink
Use fast-fail false instead of continue-on-error for flow
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Jun 22, 2024
1 parent d8a71af commit 5107c5b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:

build-and-push:
needs: build-and-push-base
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
docker-context: ['.']
include:
Expand All @@ -29,7 +28,7 @@ jobs:
- docker-file: images/swift/ToolDockerfile
image-name: ghcr.io/ls1intum/theia/swift
build-args: |
"BUILDER_IMAGE"=swift:5.9.2-focal"
"BUILDER_IMAGE=swift:5.9.2-focal"
"RUNTIME_IMAGE=swift:5.9.2-focal"
"SWIFTLINT_VERSION=0.54.0"
tags: "2024-06-21"
Expand All @@ -53,6 +52,5 @@ jobs:
tags: ${{ matrix.tags }}
labels: ${{ matrix.labels }}
secrets: inherit
continue-on-error: true


0 comments on commit 5107c5b

Please sign in to comment.