Skip to content

Commit

Permalink
Don't fail the workflow for one failed container build
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 9, 2024
1 parent dee91fc commit a5a70ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
- image:ubuntu-7.0
- instance-size:large
continue-on-error: true
needs: [builder-container-job, runtime-container-job]
steps:
- name: clone repo
Expand Down

0 comments on commit a5a70ff

Please sign in to comment.