We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36deca commit 5281bbfCopy full SHA for 5281bbf
.github/workflows/docker-release.yml
@@ -82,12 +82,3 @@ jobs:
82
images+=("${tag}@${DIGEST}")
83
done
84
cosign sign --recursive --yes "${images[@]}"
85
- - name: Manually generate release note
86
- shell: bash
87
- run: |
88
- set -euo pipefail
89
- IFS=$'\n\t'
90
- echo "This failure is expected. It is a reminder to update the release notes for this newly created release."
91
- echo "To do so, go to ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/releases/latest and click on the edit button."
92
- echo "Then click on the 'Generate release notes' button and finally the 'Update release' button. Cheers!"
93
- exit 1
0 commit comments