feat: use locally built image for starting a pod

This commit is contained in:
Pallav Vasa 2025-05-16 23:35:00 +00:00
parent 422a962a85
commit 156b47aded

View File

@ -2,7 +2,7 @@
PERSON="$1"
WORKSPACE="$SSH_ORIGINAL_COMMAND"
IMAGE="localhost:5100/analytics-backend-workspace:latest"
IMAGE="localhost/analytics-backend-workspace:latest"
DEV_USER="devuser"
XDG_RUNTIME_DIR="/run/user/$(id -u)"