Closed andrewazores closed 4 months ago
Currently, the images pushed to registry have tags like0.5.0-SNAPSHOT, since this is the same as the Agent's own version string in ex. pom.xml. For Maven this is normal, but for Docker registries the tags should be lowercase.
0.5.0-SNAPSHOT
pom.xml
See #1
No response
Current Behavior
Currently, the images pushed to registry have tags like
0.5.0-SNAPSHOT
, since this is the same as the Agent's own version string in ex.pom.xml
. For Maven this is normal, but for Docker registries the tags should be lowercase.See #1
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Anything else?
No response