How to build a docker container with multiple tags ?
After using bamboo to build a container, how do i upload it with more than one tag ?
Hi @Pieter_Smit,
An option would be to run a script task after uploading that tags the image and then run a push task.
docker tag repo:latest repo:staging
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.