mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2026-01-11 14:35:20 +00:00
fix: build yml syntax
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -133,13 +133,13 @@ jobs:
|
||||
echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $GITHUB_ENV
|
||||
|
||||
- name: Verify base image
|
||||
if: ${{ ! contains(IMAGE_NAME, 'wayblue') }}
|
||||
if: ${{ ! contains(env.IMAGE_NAME, 'wayblue') }}
|
||||
uses: EyeCantCU/cosign-action/verify@v0.2.1
|
||||
with:
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }}
|
||||
|
||||
- name: Verify base image
|
||||
if: ${{ contains(IMAGE_NAME, 'wayblue') }}
|
||||
if: ${{ contains(env.IMAGE_NAME, 'wayblue') }}
|
||||
uses: EyeCantCU/cosign-action/verify@v0.2.1
|
||||
with:
|
||||
containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user