From 1d08ed39a2cb492f668cfb80e2ae10fb199c93c0 Mon Sep 17 00:00:00 2001 From: Sam Toxopeus Date: Thu, 3 Oct 2024 17:16:00 +0200 Subject: [PATCH] new line --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 063f76f..aaa9948 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -79,7 +79,7 @@ jobs: - name: Sign the published Docker image env: # https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable - TAGS: ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.VERSION }} ${{ env.REGISTRY }}/${{ env.IMAGE }}:latest + TAGS: ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ env.VERSION }}\n${{ env.REGISTRY }}/${{ env.IMAGE }}:latest DIGEST: ${{ steps.build-and-push.outputs.digest }} # This step uses the identity token to provision an ephemeral certificate # against the sigstore community Fulcio instance.