Skip to content

Commit

Permalink
add sbom, provenance and semver tag
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Apr 19, 2024
1 parent 7a7b99e commit 02c228b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'


jobs:
Expand All @@ -29,7 +28,7 @@ jobs:
chaostoolkit/k8scrd
tags: |
type=raw,value=latest
type=raw,value=${{steps.latest_tag.outputs.git_latest_tag}}
type=semver,pattern=${{steps.latest_tag.outputs.git_latest_tag}}
labels: |
org.opencontainers.image.version=${{steps.latest_tag.outputs.git_latest_tag}}
- name: Build and push images
Expand All @@ -43,3 +42,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: mode=max
sbom: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
### Changed

* Build the operator image for arm64 and amd64 now
* Add sbom to operator image

## [0.11.1][] - 2024-04-19

Expand Down

0 comments on commit 02c228b

Please sign in to comment.