update latest command

This commit is contained in:
DataHearth 2021-03-19 23:17:56 +01:00
parent 1190574d8c
commit 87c42d98aa
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 3 additions and 1 deletions

View File

@ -16,8 +16,10 @@ deploy-image-latest:
ifndef DOCKER
@echo "docker is required!"
endif
@echo "building image..."
@docker build --tag=datahearth/ddnsclient:latest .
@echo "Pushing image ddnsclient:latest to docker hub..."
@docker push ddnsclient:latest
@docker push datahearth/ddnsclient:latest
@echo "Image pushed!"
.PHONY: deploy-image-release