I've pushed a docker image named com.tejas:tejas-api:dev
to the github package registry. Now, when I again push the same image name (having updated code) on to the registry, it gets pushed successfully, but does not update the image. As a result, now I have two image versions: dev (with the build time from my first deploy), and docker-base-layer (with build time of my second and most recent deploy).
Am I doing something wrong? Or is it a GitHub Package Registry bug?