What's Changed
Fixed
- defaultImageTag and container imageTag no longer fail schema validation when the value is numeric (e.g. a fully numeric CI_COMMIT_SHORT_SHA): both now accept string, number, and boolean values (#127) by @Gekter in #128
- numeric image tags are rendered as plain strings instead of the Go float notation (nginx:20250811 instead of nginx:2.0250811e+07) by @Gekter in #128
Full Changelog: v3.2.0...v3.2.1