diff --git a/scaffold/github/actions/common/ddev/action.yml b/scaffold/github/actions/common/ddev/action.yml index 5ce3937d..fff82988 100644 --- a/scaffold/github/actions/common/ddev/action.yml +++ b/scaffold/github/actions/common/ddev/action.yml @@ -81,7 +81,9 @@ runs: fi fi - ddev config --web-image ghcr.io/lullabot/drainpipe/ddev-webserver:v1.23.4-slim1 + docker pull ghcr.io/lullabot/drainpipe/ddev-webserver:v1.23.4-slim1 + # A hack because ddev always pulls the normal webserver image. + docker tag ghcr.io/lullabot/drainpipe/ddev-webserver:v1.23.4-slim1 ddev/ddev-webserver:v1.23.4 ddev start ddev describe