Set correct image tag in docker build-script
This commit is contained in:
parent
741a9c3250
commit
ed3de776b0
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
docker build -t dev.cat-enby.club/nikurasu/socialtree-js:latest -f dev/docker/images/main/Dockerfile --no-cache .
|
||||
docker build -t dev.cat-enby.club/nikurasu/socialtree-js:$1 -f dev/docker/images/main/Dockerfile .
|
||||
docker build -t dev.cat-enby.club/nikurasu/socialtree:latest -f dev/docker/images/main/Dockerfile --no-cache .
|
||||
docker build -t dev.cat-enby.club/nikurasu/socialtree:$1 -f dev/docker/images/main/Dockerfile .
|
||||
|
|
Loading…
Reference in a new issue