mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 19:07:52 +00:00
fix: build fixes resulting from upstream breakage
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -117,13 +117,13 @@ jobs:
|
||||
if: ${{ !contains(env.IMAGE_NAME, 'wayblue') && !contains(env.IMAGE_NAME, 'cinnamon') }}
|
||||
uses: EyeCantCU/cosign-action/verify@v0.2.2
|
||||
with:
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:40
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:latest
|
||||
|
||||
- name: Verify base image
|
||||
if: ${{ contains(env.IMAGE_NAME, 'wayblue') }}
|
||||
uses: EyeCantCU/cosign-action/verify@v0.2.2
|
||||
with:
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:40
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:latest
|
||||
registry: 'ghcr.io/wayblueorg'
|
||||
pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub'
|
||||
|
||||
@@ -131,7 +131,7 @@ jobs:
|
||||
if: ${{ contains(env.IMAGE_NAME, 'cinnamon') }}
|
||||
uses: EyeCantCU/cosign-action/verify@v0.2.2
|
||||
with:
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:40
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:latest
|
||||
registry: 'ghcr.io/legacy-images'
|
||||
pubkey: 'https://raw.githubusercontent.com/legacy-images/cinnamon/main/cosign.pub'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user