Skip to content

Commit

Permalink
updated release-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Nov 11, 2024
1 parent 33b60a9 commit 426e9c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Sign the published Docker image
env:
TAGS: ${{ needs.build-docker.outputs.tags }}
DIGEST: ${{ needs.build-docker.outputs.digest }}
DIGEST: ${{ steps.build-and-push.outputs.digest }}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

# create release
Expand Down Expand Up @@ -112,7 +112,6 @@ jobs:
outputs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
digest: ${{ steps.build-and-push.outputs.digest }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 426e9c2

Please sign in to comment.