change functions name

This commit is contained in:
DataHearth 2021-03-17 08:13:34 +01:00
parent 1d31968484
commit fff6dc4ae2
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ endif
@echo "module built!" @echo "module built!"
.PHONY: deploy-image-latest .PHONY: deploy-image-latest
deploy-image: deploy-image-latest:
ifndef DOCKER ifndef DOCKER
@echo "docker is required!" @echo "docker is required!"
endif endif
@ -20,8 +20,8 @@ endif
@docker push ddnsclient:latest @docker push ddnsclient:latest
@echo "Image pushed!" @echo "Image pushed!"
.PHONY: deploy-Release .PHONY: deploy-image-release
deploy-Release: deploy-image-release:
ifndef DOCKER ifndef DOCKER
@echo "docker is required!" @echo "docker is required!"
endif endif