mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6428 Fix typo in tag name.
The digest is meant to be appended with a minus, rather than an underscore.
This commit is contained in:
@@ -55,7 +55,7 @@ do
|
||||
exit 1
|
||||
fi
|
||||
|
||||
newTag=${existingTag}_${digest}
|
||||
newTag=${existingTag}-${digest}
|
||||
|
||||
# Remove the source repository name if it contains one.
|
||||
slashes=`echo $sourceImage | sed "s|[^/]||g"`
|
||||
|
Reference in New Issue
Block a user