mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-10-30 18:07:45 +00:00 
			
		
		
		
	fix: securecore signing
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -129,7 +129,7 @@ jobs: | ||||
|           echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $GITHUB_ENV | ||||
|  | ||||
|       - name: Verify base image | ||||
|         if: ${{ !contains(env.IMAGE_NAME, 'wayblue') && !contains(env.IMAGE_NAME, 'cinnamon') && !contains(env.IMAGE_NAME, 'coreos') }} | ||||
|         if: ${{ !contains(env.IMAGE_NAME, 'wayblue') && !contains(env.IMAGE_NAME, 'cinnamon') && !contains(env.IMAGE_NAME, 'securecore') }} | ||||
|         uses: EyeCantCU/cosign-action/verify@v0.3.0 | ||||
|         with: | ||||
|           containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }} | ||||
| @@ -151,7 +151,7 @@ jobs: | ||||
|           pubkey: 'https://raw.githubusercontent.com/legacy-images/cinnamon/main/cosign.pub' | ||||
|  | ||||
|       - name: Verify base image | ||||
|         if: ${{ contains(env.IMAGE_NAME, 'coreos') }} | ||||
|         if: ${{ contains(env.IMAGE_NAME, 'securecore') }} | ||||
|         uses: EyeCantCU/cosign-action/verify@v0.3.0 | ||||
|         with: | ||||
|           containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 qoijjj
					qoijjj