We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368fbcf commit a6f75deCopy full SHA for a6f75de
.github/actions/common/func.sh
@@ -48,7 +48,7 @@ slack_format_docker_image_urls_message() {
48
# Parse the image URLs from JSON array
49
jq --arg release_tag "$1" --arg footer "$2" '
50
map(
51
- capture("(?<url>(?<prefix>[^:]+:)(?<version>[^-]+)-(?<commit>[a-f0-9]+)-(?<distro>[^-]+)-(?<arch>[^-]+))$")
+ capture("(?<url>(?<prefix>[^:]+:)(?<version>[1-9][0-9]*[.][0-9]+[.][0-9]+(-[a-z0-9]+)*)-(?<commit>[a-f0-9]{40,})-(?<distro>[^-]+)-(?<arch>[^-]+))$")
52
)
53
as $items
54
| {
0 commit comments