Skip to content

Commit

Permalink
Update docker-buid-publish.yml
Browse files Browse the repository at this point in the history
Fix workflow

Signed-off-by: Leonardo Rodrigues de Mello <[email protected]>
  • Loading branch information
lmello authored Feb 26, 2024
1 parent d80710f commit 5a5b5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-buid-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
env:
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
TAGS: ${{ steps.meta.outputs.tags }}
DIGEST: ${{ build-and-push-nocache.outputs.digest }}
DIGEST: ${{ steps.build-and-push-nocache.outputs.digest }}
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
Expand Down

0 comments on commit 5a5b5e9

Please sign in to comment.