From b6ca20c7d3e022310f6c2e9065e3e4edef8f54d4 Mon Sep 17 00:00:00 2001 From: Andreas Falk Date: Mon, 9 Oct 2023 00:05:09 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1921778..78d45d6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: "andifalk/supply-chain-security:${GITHUB_REF_NAME}" + tags: andifalk/supply-chain-security:$GITHUB_REF_NAME - name: Sign image with a key run: | cosign sign --yes --key env://COSIGN_PRIVATE_KEY "andifalk/supply-chain-security:${GITHUB_REF_NAME}@${DIGEST}"