From 2a3bbc247d645e49b17c3a7be5bd18a0cbf2e3cf Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:55:18 -0700 Subject: [PATCH] fix: temporary build changes due to recent upstream breakage --- .github/workflows/build.yml | 6 +++--- recipes/common/common-packages.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a66f713..af3dd6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}:${{ env.IMAGE_MAJOR_VERSION }} + containers: ${{ env.BASE_IMAGE_NAME }}:40 - name: Verify base image if: ${{ contains(env.IMAGE_NAME, 'wayblue') }} uses: EyeCantCU/cosign-action/verify@v0.2.2 with: - containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }} + containers: ${{ env.BASE_IMAGE_NAME }}:40 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 }}:${{ env.IMAGE_MAJOR_VERSION }} + containers: ${{ env.BASE_IMAGE_NAME }}:40 registry: 'ghcr.io/legacy-images' pubkey: 'https://raw.githubusercontent.com/legacy-images/cinnamon/main/cosign.pub' diff --git a/recipes/common/common-packages.yml b/recipes/common/common-packages.yml index dc214a0..05458d9 100644 --- a/recipes/common/common-packages.yml +++ b/recipes/common/common-packages.yml @@ -8,7 +8,7 @@ install: - usbguard - usbguard-dbus - setools - - setroubleshoot +# - setroubleshoot