diff --git a/bash/build.sh b/bash/build.sh index bbf46d6..248e93c 100755 --- a/bash/build.sh +++ b/bash/build.sh @@ -1,4 +1,4 @@ -IMG=code.caldwell.digital/templates/symfony/app:latest +IMG=code.caldwell.digital/home/torsearch/app:latest source ./bash/build/build_image_linux.sh source ./bash/build/build_image_macos.sh diff --git a/deploy.compose.yml b/deploy.compose.yml index c0955d0..5b16325 100755 --- a/deploy.compose.yml +++ b/deploy.compose.yml @@ -1,5 +1,5 @@ services: php: - image: registry.caldwell.digital/templates/symfony/web-prd:${TAG} + image: code.caldwell.digital/home/torsearch/app:${TAG} ports: - "8001:80"