fixed url for flist

This commit is contained in:
mik-tf 2024-10-08 11:29:50 -04:00
parent 659f209dda
commit b24f4836d3

View File

@ -241,7 +241,7 @@ fn push(tag string) {
}
flist_name := tag.replace(':', '-') + '.flist'
flist_url := 'https://hub.grid.tf/${hub_user}/${flist_name}'
flist_url := 'https://hub.grid.tf/${hub_user}/${docker_user}-${flist_name}'
success_content := [
term.bold(term.green('Success!') +