Skip to content

Commit 8bef017

Browse files
committed
Remove Sha Tag due to it going stale if any branch movement happens.
1 parent e32c33a commit 8bef017

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/scripts/pr-ghcr-image-comment.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@ module.exports = async ({ github, context, core }) => {
4040
const packageUrl = `https://github.com/${prOwner}/${repo}/pkgs/container/${lowerRepo}`;
4141

4242
const branchTag = normalizedBranch || shortSha;
43-
const shaTag = `sha-${shortSha}`;
4443

4544
const body = [
4645
`GHCR image refs for this PR:`,
4746
"",
4847
`- Namespace: \`${imageNamespace}\``,
4948
`- Branch tag: \`${branchTag}\``,
50-
`- SHA tag: \`${shaTag}\``,
5149
`- Package Page: [GHCR Link](${packageUrl})`,
5250
`- Pull: \`docker pull ${imageNamespace}:${branchTag}\``,
5351
"",

0 commit comments

Comments
 (0)