Skip to content

Commit

Permalink
Add temporary workaround for SBOM issue
Browse files Browse the repository at this point in the history
Let's continue catalog container build and comment pr even when last step has failures.
This will be a temporary workaround for SBOM issue metal-toolbox/container-push#77.
  • Loading branch information
Vincent056 committed Jun 13, 2024
1 parent 9bf840e commit f90f53e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
platforms: "linux/amd64,linux/ppc64le,linux/s390x"

catalog-container-push-pr:
# Temporary workaround for SBOM issue https://github.com/metal-toolbox/container-push/pull/77
if: always()
needs:
- operator-container-push-latest
- bundle-container-push-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
platforms: "linux/amd64,linux/ppc64le,linux/s390x"

catalog-container-push-pr:
# Temporary workaround for SBOM issue https://github.com/metal-toolbox/container-push/pull/77
if: always()
needs:
- get-pr-number
- operator-container-push-pr
Expand All @@ -110,6 +112,8 @@ jobs:
platforms: "linux/amd64,linux/ppc64le,linux/s390x"

comment-pr:
# Temporary workaround for SBOM issue https://github.com/metal-toolbox/container-push/pull/77
if: always()
needs:
- operator-container-push-pr
- bundle-container-push-pr
Expand Down

0 comments on commit f90f53e

Please sign in to comment.