We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcef5a3 commit 4ae7086Copy full SHA for 4ae7086
.github/workflows/docker-publish.yml
@@ -114,7 +114,7 @@ jobs:
114
# against the sigstore community Fulcio instance.
115
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
116
117
- - uses: softprops/action-gh-release@v2.2.2
+ - uses: softprops/action-gh-release@v2.5.0
118
with:
119
tag_name: ${{ steps.extract-version.outputs.PIHOLE_VERSION }}
120
body: |
0 commit comments