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 44f4c96 commit 944f3efCopy full SHA for 944f3ef
ci/src/slack-message-handler/builder.mjs
@@ -106,7 +106,7 @@ export async function statusBlocks(event) {
106
// The image tag (truncated), like
107
// 165df6a
108
const tag = imageName
109
- .match(/:([a-z\-]+)?([a-f0-9]+)$/)[2]
+ .match(/:([a-z\-]+)?([a-f0-9_\-]+)$/)[2]
110
.substring(0, 7);
111
112
const ecrUrl = `https://${region}.console.aws.amazon.com/ecr/repositories/private/${accountId}/${repoName}?region=${region}`;
0 commit comments