From 608e2a661edf4e21be26094de5e116863234f4da Mon Sep 17 00:00:00 2001 From: Andreas Falk Date: Sun, 8 Oct 2023 23:58:59 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a85d34..1921778 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}" @@ -62,4 +62,4 @@ jobs: digest: ${{ needs.publish.outputs.digest }} registry-username: andifalk secrets: - registry-password: ${{ secrets.DOCKERHUB_TOKEN }} \ No newline at end of file + registry-password: ${{ secrets.DOCKERHUB_TOKEN }}