put in arg for release tag name

pull/112/head
binhex 3 years ago
parent 717ce882a9
commit ef58d375eb

@ -3,6 +3,9 @@
# exit script if return code != 0
set -e
# release tag name from build arg, stripped of build ver using string manipulation
release_tag_name="${1//-[0-9][0-9]/}"
# note do NOT download build scripts - inherited from int script with envvars common defined
# detect image arch

Loading…
Cancel
Save