Skip to content

Commit

Permalink
Update default image name in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MU-Software committed Jan 21, 2024
1 parent d6ab5cd commit 1edec1c
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 @@ -25,7 +25,7 @@ ifeq (docker-build,$(firstword $(MAKECMDGOALS)))
IMAGE_NAME := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
$(eval $(IMAGE_NAME):;@:)
endif
IMAGE_NAME := $(if $(IMAGE_NAME),$(IMAGE_NAME),snowfall_image)
IMAGE_NAME := $(if $(IMAGE_NAME),$(IMAGE_NAME),mudev-backend)

ifeq ($(DOCKER_DEBUG),true)
DOCKER_MID_BUILD_OPTIONS = --progress=plain --no-cache
Expand Down

0 comments on commit 1edec1c

Please sign in to comment.