mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-10-30 18:07:45 +00:00
Change Aurora images according to upstream suggestions (#257)
https://github.com/NiHaiden/aurora#:~:text=rpm%2Dostree%20rebase%20ostree%2Dimage%2Dsigned%3Adocker%3A//ghcr.io/ublue%2Dos/aurora%3Alatest
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
||||
echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $GITHUB_ENV
|
||||
|
||||
- name: Verify base image
|
||||
if: ${{ !contains(env.IMAGE_NAME, 'aurora') && !contains(env.IMAGE_NAME, 'wayblue') }}
|
||||
if: ${{ ! contains(env.IMAGE_NAME, 'wayblue') }}
|
||||
uses: EyeCantCU/cosign-action/verify@v0.2.2
|
||||
with:
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }}
|
||||
@@ -127,14 +127,6 @@ jobs:
|
||||
registry: 'ghcr.io/wayblueorg'
|
||||
pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub'
|
||||
|
||||
- name: Verify base image
|
||||
if: ${{ contains(env.IMAGE_NAME, 'aurora') }}
|
||||
uses: EyeCantCU/cosign-action/verify@v0.2.2
|
||||
with:
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }}
|
||||
registry: 'ghcr.io/NiHaiden'
|
||||
pubkey: 'https://raw.githubusercontent.com/NiHaiden/aurora/main/cosign.pub'
|
||||
|
||||
- name: Build secureblue
|
||||
uses: blue-build/github-action@v1.3.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user