Skip to content

Commit

Permalink
make: fix bench image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Jan 5, 2024
1 parent f08f175 commit be8cf2a
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 @@ -46,12 +46,12 @@ build: build-bench build-app
docker compose -f ./docker-compose.yml build;

pull:
docker pull $(UNAME)/ishocon2-app-bench:latest;
docker pull $(UNAME)/ishocon2-bench:latest;
docker pull $(UNAME)/ishocon2-app-base:latest;
docker pull $(UNAME)/ishocon2-app-$(ISHOCON_APP_LANG):latest;

push:
docker push $(UNAME)/ishocon2-app-bench:latest;
docker push $(UNAME)/ishocon2-bench:latest;
docker push $(UNAME)/ishocon2-app-base:latest;
docker push $(UNAME)/ishocon2-app-$(ISHOCON_APP_LANG):latest;

Expand Down

0 comments on commit be8cf2a

Please sign in to comment.