mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-10-31 18:37:47 +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') }} |         if: ${{ !contains(env.IMAGE_NAME, 'wayblue') && !contains(env.IMAGE_NAME, 'cinnamon') }} | ||||||
|         uses: EyeCantCU/cosign-action/verify@v0.2.2 |         uses: EyeCantCU/cosign-action/verify@v0.2.2 | ||||||
|         with: |         with: | ||||||
|           containers: ${{ env.BASE_IMAGE_NAME }}:40 |           containers: ${{ env.BASE_IMAGE_NAME }}:latest | ||||||
|  |  | ||||||
|       - name: Verify base image |       - name: Verify base image | ||||||
|         if: ${{ contains(env.IMAGE_NAME, 'wayblue') }} |         if: ${{ contains(env.IMAGE_NAME, 'wayblue') }} | ||||||
|         uses: EyeCantCU/cosign-action/verify@v0.2.2 |         uses: EyeCantCU/cosign-action/verify@v0.2.2 | ||||||
|         with: |         with: | ||||||
|           containers: ${{ env.BASE_IMAGE_NAME }}:40 |           containers: ${{ env.BASE_IMAGE_NAME }}:latest | ||||||
|           registry: 'ghcr.io/wayblueorg' |           registry: 'ghcr.io/wayblueorg' | ||||||
|           pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub' |           pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub' | ||||||
|  |  | ||||||
| @@ -131,7 +131,7 @@ jobs: | |||||||
|         if: ${{ contains(env.IMAGE_NAME, 'cinnamon') }} |         if: ${{ contains(env.IMAGE_NAME, 'cinnamon') }} | ||||||
|         uses: EyeCantCU/cosign-action/verify@v0.2.2 |         uses: EyeCantCU/cosign-action/verify@v0.2.2 | ||||||
|         with: |         with: | ||||||
|           containers: ${{ env.BASE_IMAGE_NAME }}:40 |           containers: ${{ env.BASE_IMAGE_NAME }}:latest | ||||||
|           registry: 'ghcr.io/legacy-images' |           registry: 'ghcr.io/legacy-images' | ||||||
|           pubkey: 'https://raw.githubusercontent.com/legacy-images/cinnamon/main/cosign.pub' |           pubkey: 'https://raw.githubusercontent.com/legacy-images/cinnamon/main/cosign.pub' | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "Cinnamon main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/legacy-images/cinnamon-main | base-image: ghcr.io/legacy-images/cinnamon-main | ||||||
| image-version: 40-20240616 | image-version: 40-20240614 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "Cinnamon main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/legacy-images/cinnamon-main | base-image: ghcr.io/legacy-images/cinnamon-main | ||||||
| image-version: 40-20240616 | image-version: 40-20240614 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "Cinnamon nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/legacy-images/cinnamon-nvidia | base-image: ghcr.io/legacy-images/cinnamon-nvidia | ||||||
| image-version: 40-20240616 | image-version: 40-20240614 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "Cinnamon nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/legacy-images/cinnamon-nvidia | base-image: ghcr.io/legacy-images/cinnamon-nvidia | ||||||
| image-version: 40-20240616 | image-version: 40-20240614 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue hyprland main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/hyprland | base-image: ghcr.io/wayblueorg/hyprland | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue hyprland main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/hyprland | base-image: ghcr.io/wayblueorg/hyprland | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue hyprland nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/hyprland-nvidia | base-image: ghcr.io/wayblueorg/hyprland-nvidia | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue hyprland nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/hyprland-nvidia | base-image: ghcr.io/wayblueorg/hyprland-nvidia | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue river main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/river | base-image: ghcr.io/wayblueorg/river | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue river main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/river | base-image: ghcr.io/wayblueorg/river | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue river nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/river-nvidia | base-image: ghcr.io/wayblueorg/river-nvidia | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue river nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/river-nvidia | base-image: ghcr.io/wayblueorg/river-nvidia | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue sway main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/sway | base-image: ghcr.io/wayblueorg/sway | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue sway main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/sway | base-image: ghcr.io/wayblueorg/sway | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue sway nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/sway-nvidia | base-image: ghcr.io/wayblueorg/sway-nvidia | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue sway nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/sway-nvidia | base-image: ghcr.io/wayblueorg/sway-nvidia | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue wayfire main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/wayfire | base-image: ghcr.io/wayblueorg/wayfire | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue wayfire main with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/wayfire | base-image: ghcr.io/wayblueorg/wayfire | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue wayfire nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/wayfire-nvidia | base-image: ghcr.io/wayblueorg/wayfire-nvidia | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ description: "wayblue wayfire nvidia with some hardening applied" | |||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/wayfire-nvidia | base-image: ghcr.io/wayblueorg/wayfire-nvidia | ||||||
| image-version: 40-20240616 | image-version: latest | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 qoijjj
					qoijjj