so I can push it to my docker hub repo as xkaliber.
doesn’t seem to be working.
Can’t find the tag name i created.
-
An image consists of a manifest and image layers. You retagged an existing image and pushed it. Since the image layers already exist on Docker Hub, only your manifest was pushed.
-
You tagged the repo, but did not add a tag, so the
latest
tag will be used. Though, when you pull the image, you start to add thexkaliber
tag. Your screenshots show no sign of creating or pushing that tag.
Furthermore, please do not post text content as screenshot, as it makes it impossible to quote parts from it, or index it into the forum search.