cryostatio / test-applications

Apache License 2.0
0 stars 3 forks source link

[Bug] Image tags should be lowercased #8

Closed andrewazores closed 4 months ago

andrewazores commented 4 months ago

Current Behavior

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.

See #1

Expected Behavior

No response

Steps To Reproduce

No response

Environment

No response

Anything else?

No response