fix: update create_droplet function to use the correct default image ID
This commit is contained in:
@@ -92,7 +92,7 @@ destroy_droplet() {
|
|||||||
create_droplet() {
|
create_droplet() {
|
||||||
local name="${1:-runner-${RUNNER_ID}}"
|
local name="${1:-runner-${RUNNER_ID}}"
|
||||||
local size="${2:-s-1vcpu-1gb}"
|
local size="${2:-s-1vcpu-1gb}"
|
||||||
local image="${3:-200811356}"
|
local image="${3:-200895606}"
|
||||||
local region="${4:-sgp1}"
|
local region="${4:-sgp1}"
|
||||||
|
|
||||||
echo "Creating droplet: $name"
|
echo "Creating droplet: $name"
|
||||||
|
|||||||
Reference in New Issue
Block a user