mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
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
|
||||
|
||||
# Rebuilding docker
|
||||
docker build ../../ -f Dockerfile
|
||||
docker tag dev_lemmy:latest dessalines/lemmy:x64-$new_tag
|
||||
docker build ../../ -f Dockerfile --tag prod_lemmy:latest
|
||||
docker tag prod_lemmy:latest dessalines/lemmy:x64-$new_tag
|
||||
docker push dessalines/lemmy:x64-$new_tag
|
||||
|
||||
# Build for Raspberry Pi / other archs
|
||||
|
|
Loading…
Reference in a new issue