Skip to content

Commit

Permalink
Update build-terminal-images.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonation authored Aug 2, 2023
1 parent 323d065 commit 2503851
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-terminal-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
"${{ env.REGISTRY_URL}}/${{ env.REPOSITORY }}/${{ matrix.image }}:latest" \
-k melange.rsa.pub \
--sbom-path .
cat image-refs.txt
- name: cosign login
shell: bash
Expand All @@ -94,6 +95,6 @@ jobs:
# working-directory: terminal-images/${{ matrix.image }}
# run: cosign attest -y --predicate sbom-x86_64.spdx.json --type spdxjson "$(cat image-refs.txt)"

- name: cosign sign image
working-directory: terminal-images/${{ matrix.image }}
run: cosign sign -y "$(cat image-refs.txt)"
# - name: cosign sign image
# working-directory: terminal-images/${{ matrix.image }}
# run: cosign sign -y "$(cat image-refs.txt)"

0 comments on commit 2503851

Please sign in to comment.