Skip to content

Commit

Permalink
fix(makefile): Docker push to the correct image (nervosnetwork#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
yejiayu authored and zeroqn committed Feb 11, 2020
1 parent e922e49 commit 7c0110e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ docker-build:
docker build -t mutadev/muta:${COMMIT} .

docker-push:
docker tag nervos/muta:${COMMIT} mutadev/muta:${COMMIT}
docker push mutadev/muta:${COMMIT}

e2e-test:
Expand Down

0 comments on commit 7c0110e

Please sign in to comment.