Yet another mistake I made. Saying that the build argument VERSION is equal to the GIT_TAG doesn't work since I changed the GIT_TAG to be empty for release candidates (we don't need git tags for those IMO). However, the VERSION build argument cannot be empty, otherwise the package builder complains about it.
Review guidelines
Estimated Time of Review: 3 minutes
Checklist before merging:
[ ] Confirm that the relevant changelog(s) are up-to-date in case of any user-facing changes
Description
Yet another mistake I made. Saying that the build argument
VERSION
is equal to theGIT_TAG
doesn't work since I changed theGIT_TAG
to be empty for release candidates (we don't need git tags for those IMO). However, theVERSION
build argument cannot be empty, otherwise the package builder complains about it.Review guidelines
Estimated Time of Review: 3 minutes
Checklist before merging: