fixed full tag

This commit is contained in:
mik-tf 2024-10-08 11:40:02 -04:00
parent 4d052cf7c6
commit d43bd249d1

View File

@ -240,8 +240,8 @@ fn push(tag string) {
exit(1) exit(1)
} }
flist_name := tag.replace(':', '-') + '.flist' flist_name := full_tag.replace_each([':', '-', '/', '-']) + '.flist'
flist_url := 'https://hub.grid.tf/${hub_user}/${docker_user}-${flist_name}' flist_url := 'https://hub.grid.tf/${hub_user}/${flist_name}'
success_content := [ success_content := [
term.bold(term.green('Success!') + term.bold(term.green('Success!') +