Skip to content

Commit

Permalink
ci: rename image
Browse files Browse the repository at this point in the history
  • Loading branch information
brushknight committed May 16, 2021
1 parent 4f69560 commit c436ebe
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
@@ -1,7 +1,7 @@
.PHONY: build
build:
@docker build --target server -t brushknight/terrarium-proxy:latest -f server/Dockerfile server
@docker build --target server -t brushknight/terrarium-server:latest -f server/Dockerfile server

.PHONY: publish
publish:
@docker push brushknight/terrarium-proxy:latest
@docker push brushknight/terrarium-server:latest

0 comments on commit c436ebe

Please sign in to comment.