mirror of
https://github.com/minio/minio.git
synced 2025-12-04 23:02:31 -05:00
The code inside the `hotfix` taget is overriding the values set at the beginning of the Makefile affecting other make targets as well. For example, running `TAG=mytag make docker` also ends up tagging the docker image as a hotfix instead of `mytag`. Using the `eval` function inside the `hotfix` target fixes this.
3.8 KiB
3.8 KiB