You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe better syntax for calculate docker image with custom tag prefix (#6586)
Allow calculate docker image to work with custom tag prefix by just
putting the tag in the docker image name.
Old:
need custom-tag-prefix input
New:
can use custom-tag-prefix input, but can also do imagename:tagprefix
This makes it easier for some stuff in pytorch/pytorch, where we rely on
the convention that an image with the registry at the beginning is the
complete image name, and otherwise the foldersha should be added
Testing on
https://hud.pytorch.org/pytorch/pytorch/commit/e6a9e25ba6ef97810652d1c4af395e71cf08ad9d
0 commit comments