Skip to content

Commit

Permalink
feat(ci): Verify base image before building
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 19, 2023
1 parent b6f624c commit 6ecdbf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
- base_name: bazzite-nvidia
base_image_flavor: framework
steps:
- name: Verify base image
uses: EyeCantCU/cosign-action/verify@v0.1.2
with:
container: ghcr.io/${{ github.repository_owner }}/${{ matrix.base_image_name }}-${{ matrix.base_image_flavor }}
pubkey: https://raw.githubusercontent.com/ublue-os/main/main/cosign.pub

- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6

Expand Down

0 comments on commit 6ecdbf1

Please sign in to comment.