Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjeld Schouten committed Nov 29, 2023
1 parent 225c204 commit 897d69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/cleanup.yaml → tools/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tag=$1

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")
Expand Down

0 comments on commit 897d69a

Please sign in to comment.