Skip to content

Commit

Permalink
Makefile: fix variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesovsky committed Dec 19, 2020
1 parent 98a6ce9 commit e600412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,5 +39,5 @@ docker-build: ## Build docker image
docker tag lesovsky/${APPNAME}:${TAG} lesovsky/${APPNAME}:latest

docker-push: ## Push docker image to the registry
docker push lesovsky/${APPNAME}:${COMMIT}
docker push lesovsky/${APPNAME}:${TAG}
docker push lesovsky/${APPNAME}:latest

0 comments on commit e600412

Please sign in to comment.