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 f198e2d commit 323d065
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-terminal-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
branches: [terminal-images]

env:
PROJECT_ID: "${{ secrets.TERMINAL_PROJECT_ID}}"
Expand Down Expand Up @@ -88,9 +90,9 @@ jobs:
-u oauth2accesstoken \
${{ env.REGISTRY_URL }}
- name: cosign attest sbom
working-directory: terminal-images/${{ matrix.image }}
run: cosign attest -y --predicate sbom-x86_64.spdx.json --type spdxjson "$(cat image-refs.txt)"
# - name: cosign attest sbom
# 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 }}
Expand Down

0 comments on commit 323d065

Please sign in to comment.