From f8eadcf68a59307fbf846e92c8bc138756a9597d Mon Sep 17 00:00:00 2001 From: Jakob Naucke Date: Fri, 14 Aug 2026 12:12:42 +0200 Subject: [PATCH 1/2] make: Fix approved-image option in manifests target Signed-off-by: Jakob Naucke --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7e20483..0a65d4dc 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ manifests: trusted-cluster-gen generate -pcrs-compute-image $(COMPUTE_PCRS_IMAGE) \ -register-server-image $(REG_SERVER_IMAGE) \ -attestation-key-register-image $(ATTESTATION_KEY_REGISTER_IMAGE) \ - -approved-image $(APPROVED_IMAGE) + -approved-image coreos,$(APPROVED_IMAGE) cluster-up: RUNTIME=$(RUNTIME) scripts/create-cluster-kind.sh From e05a0370f6718227578d3936f4d623baf380a30a Mon Sep 17 00:00:00 2001 From: Jakob Naucke Date: Fri, 14 Aug 2026 12:13:22 +0200 Subject: [PATCH 2/2] gha: Fix artifact name Signed-off-by: Jakob Naucke --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 168e484a..d30dcc0b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -87,5 +87,5 @@ jobs: if: always() uses: actions/upload-artifact@v7 with: - name: must-gather-${GITHUB_HEAD_REF} + name: must-gather-${{ github.head_ref }} path: must-gather-output/