fix: correct typo in release pipeline
This commit is contained in:
@@ -124,7 +124,7 @@ sync_tag() {
|
||||
local chartversion="$4"
|
||||
echo "Attempting to sync primary tag with appversion for: ${chartname}"
|
||||
local tag="$(cat ${chart}/values.yaml | grep '^ tag: ' | awk -F" " '{ print $2 }' | head -1)"
|
||||
tag="${tag%%@sha256:}
|
||||
tag="${tag%%@sha256:}"
|
||||
tag="${tag:-auto}"
|
||||
tag="${tag#*release-}"
|
||||
tag="${tag#*version-}"
|
||||
|
||||
Reference in New Issue
Block a user