Skip to content

Commit

Permalink
Fix Docker image tag in Makefile
Browse files Browse the repository at this point in the history
The Docker image tag in the Makefile was updated to use lowercase "mainflux" instead of "Mainflux". This ensures consistency with the naming convention used for the Docker images.

Signed-off-by: SammyOina <sammyoina@gmail.com>
  • Loading branch information
SammyOina committed Sep 28, 2023
1 parent dcee54f commit 3cd4521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ define make_docker
--build-arg VERSION=$(VERSION) \
--build-arg COMMIT=$(COMMIT) \
--build-arg TIME=$(TIME) \
--tag=Mainflux/$(svc) \
--tag=mainflux/$(svc) \
-f docker/Dockerfile .
endef

Expand Down

0 comments on commit 3cd4521

Please sign in to comment.