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/ 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