Changing to prod_lemmy:latest
This commit is contained in:
parent
32d1f42626
commit
234be6fb09
1 changed files with 2 additions and 2 deletions
4
docker/prod/deploy.sh
vendored
4
docker/prod/deploy.sh
vendored
|
@ -37,8 +37,8 @@ export COMPOSE_DOCKER_CLI_BUILD=1
|
||||||
export DOCKER_BUILDKIT=1
|
export DOCKER_BUILDKIT=1
|
||||||
|
|
||||||
# Rebuilding docker
|
# Rebuilding docker
|
||||||
docker build ../../ -f Dockerfile
|
docker build ../../ -f Dockerfile --tag prod_lemmy:latest
|
||||||
docker tag dev_lemmy:latest dessalines/lemmy:x64-$new_tag
|
docker tag prod_lemmy:latest dessalines/lemmy:x64-$new_tag
|
||||||
docker push dessalines/lemmy:x64-$new_tag
|
docker push dessalines/lemmy:x64-$new_tag
|
||||||
|
|
||||||
# Build for Raspberry Pi / other archs
|
# Build for Raspberry Pi / other archs
|
||||||
|
|
Loading…
Reference in a new issue