🦄 refactor(docker-pom): no tagging from name
cleanup docker and deploy step on CI
Disabled experimental tags, no clue why I can no longer push to docker hub, either a change in the credentials, or problem with secret sharing.
More importantly, since the build was changed to include two <image> elements, there was a problem with overwriting of production images with the debug images contents. This is no longer the case, and fixed by the changes to <name>
Kudos, SonarCloud Quality Gate passed!  
@adamretter yes the build command that was there overwrote the :latest image with the contents of the debug image, it also led to errors on the CI when trying to push images tagged with just the version number.
no caps debug is now applied consistently how is that a breaking change?
no caps debug is now applied consistently how is that a breaking change?
Because one of them should not be changed to be in lower-case as it will break existing tooling.
yes the build command that was there overwrote the :latest image with the contents of the debug image, it also led to errors on the CI when trying to push images tagged with just the version number.
Okay, I understand what you were saying was happening previously may have been a problem (I have not attempted to reproduce yet).
What I don't understand is... how your changes would change the behaviour at all? As far as I can see your changes just change the names of various tags.
@duncdrum can you change the commit message to adhere to our current format?
[build] docker-pom: no tagging from name
what is the state of this discussion?






