Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from ublue-os/verify
Browse files Browse the repository at this point in the history
feat(ci): Verify base image with cosign before building
  • Loading branch information
castrojo authored Dec 24, 2023
2 parents ef98561 + 2b90bce commit 46cd0d0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,18 @@ jobs:
- image_name: lazurite
major_version: 38
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6

# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v4

- name: Verify base image
uses: EyeCantCU/cosign-action/[email protected]
with:
containers: ${{ matrix.image_name }}-asus:${{ matrix.major_version }}

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

- name: Matrix Variables
run: |
REPO=${{ github.repository }}
Expand Down

0 comments on commit 46cd0d0

Please sign in to comment.