Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: set missing IMAGE_TAG variable
This variable is used to set the tag for the docker image. It is now set to `latest` if the version string contains `-dev` and to the `v${VERSION}` otherwise and was previously unassigned leading to always produce `latest` when building a docker image. Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net> Co-authored-by: Alexandre Perrin <alex@kaworu.ch>
- Loading branch information