Skip to content

Commit

Permalink
Fix version in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenKor committed Jul 18, 2022
1 parent ac1cc10 commit 43aa46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

USERNAME=evgenkor
IMAGE=zkbob-console
VERSION=0.4.2
VERSION=0.5.0

yarn build:prod && \
docker build -f Dockerfile.prod -t $USERNAME/$IMAGE:latest . && \
Expand Down

0 comments on commit 43aa46c

Please sign in to comment.