fix: update create_droplet function to use the correct default image ID

This commit is contained in:
2025-09-24 11:37:11 +08:00
parent e8cf46f8d9
commit 85b1735213

View File

@@ -92,7 +92,7 @@ destroy_droplet() {
create_droplet() {
local name="${1:-runner-${RUNNER_ID}}"
local size="${2:-s-1vcpu-1gb}"
local image="${3:-200811356}"
local image="${3:-200895606}"
local region="${4:-sgp1}"
echo "Creating droplet: $name"