We're using semantic-release-docker in GitLab CI to push docker images to the repo's integrated GitLab container registry. It works great most of the time 👍 😃 Sometimes, however, only the latest tag of an image is pushed but not the explicit version tag.
From the logs (see below) it seems that it's trying to push a tagged image before the image is actually tagged, if that makes sense:
We're using semantic-release-docker in GitLab CI to push docker images to the repo's integrated GitLab container registry. It works great most of the time 👍 😃 Sometimes, however, only the
latest
tag of an image is pushed but not the explicit version tag.From the logs (see below) it seems that it's trying to push a tagged image before the image is actually tagged, if that makes sense:
Logs
Failure Case
``` [12:29:43 PM] [semantic-release] › ✔ Published release 1.10.0-alpha.4 onSuccess Case
``` [12:41:58 PM] [semantic-release] › ✔ Published release 1.10.0-alpha.4 onHow to reproduce
🤷♂️
I don't see any pattern when this does or does not happen. Seems random.
Current workaround