diff --git a/build.sh b/build.sh index 9dd46c7..491af86 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,3 @@ #!/bin/bash -source constants.sh - -podman build -t $APP_IMAGE_NAME:$IMAGE_VERSION -f Dockerfile-plex-app . +podman build -t "spad-plex-app:$IMAGE_VERSION" -f Dockerfile-plex-app .