no message

This commit is contained in:
Kjeld Schouten 2023-11-30 00:31:24 +01:00
parent 225c204316
commit 897d69ad46
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
tag=$1 tag=$1
tag=$(echo $tag | sed "s/@.*//g") # Strip everything after '@' (e.g., "v1.2.3@sha256:abc123" -> "v1.2.3") tag=$(echo $tag | sed "s/@.*//g") # Strip everything after '@' (e.g., "v1.2.3@sha256:abc123" -> "v1.2.3")
# Remove 'version-' prefix if it exists (e.g., "version-a78f38c1" -> "a78f38c1") # Remove 'version-' prefix if it exists (e.g., "version-a78f38c1" -> "a78f38c1")