We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ec40cf + e09c2ec commit 25072e8Copy full SHA for 25072e8
2 files changed
.github/workflows/build-images-action.yml
@@ -23,6 +23,7 @@ jobs:
23
image-name: 'baremetal-operator'
24
pushImage: true
25
generate-sbom: true
26
+ sign-image: true
27
secrets:
28
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
29
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
.github/workflows/release.yaml
@@ -135,6 +135,7 @@ jobs:
135
136
ref: ${{ needs.push_release_tags.outputs.release_tag }}
137
138
139
140
141
0 commit comments