refactor: rename image name from rust-dev-pod to devpod
This commit is contained in:
2
devpod
2
devpod
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
IMAGE_NAME="rust-dev-pod"
|
IMAGE_NAME="devpod"
|
||||||
|
|
||||||
if ! podman image exists $IMAGE_NAME; then
|
if ! podman image exists $IMAGE_NAME; then
|
||||||
echo "Image $IMAGE_NAME not found. Building..."
|
echo "Image $IMAGE_NAME not found. Building..."
|
||||||
|
|||||||
Reference in New Issue
Block a user