refactor: rename image name from rust-dev-pod to devpod

This commit is contained in:
2026-05-09 15:52:14 +00:00
parent 036e052c83
commit cbff509ef3

2
devpod
View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
IMAGE_NAME="rust-dev-pod"
IMAGE_NAME="devpod"
if ! podman image exists $IMAGE_NAME; then
echo "Image $IMAGE_NAME not found. Building..."