Skip to content

Commit

Permalink
build: push-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchZeng committed Jan 17, 2022
1 parent 78d2f5a commit 4e9d643
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 @@ -51,7 +51,7 @@ build-release:
rm -f dingtalk dingtalk.exe
build-docker:
sh build/package/build.sh ${IMAGE_NAME}
push-docker: build-docker
push-docker:
docker tag ${IMAGE_NAME} ${IMAGE_LATEST};
docker push ${IMAGE_NAME};
docker push ${IMAGE_LATEST};
Expand Down

0 comments on commit 4e9d643

Please sign in to comment.