diff --git a/flist.v b/flist.v index a02ae20..6031b52 100644 --- a/flist.v +++ b/flist.v @@ -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!') +