Skip to content

Commit

Permalink
Remove build-docker from push-docker and push-latest targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephburnett committed Jun 22, 2022
1 parent 81e952d commit 9e117d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ release-push : check-env push-github push-docker push-latest deploy release-note
@echo "Upload release/jd-* to Github as release $(JD_VERSION) with release notes above."
@echo

push-docker : check-env build-docker
push-docker : check-env
docker push josephburnett/jd:v$(JD_VERSION)

push-latest : check-env build-docker
push-latest : check-env
docker tag josephburnett/jd:v$(JD_VERSION) josephburnett/jd:latest
docker push josephburnett/jd:latest

Expand Down

0 comments on commit 9e117d1

Please sign in to comment.