We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143671a commit b50eea7Copy full SHA for b50eea7
.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.3.2
118
with:
119
tag_name: ${{ steps.extract-version.outputs.PIHOLE_VERSION }}
120
body: |
0 commit comments