Skip to content

Commit

Permalink
Fix docker repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Nov 7, 2024
1 parent 8193390 commit fb4b855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scaffold/github/actions/common/ddev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ runs:
fi
fi
docker pull ghcr.io/lullabot/drainpipe/ddev-webserver:20241105_less_php_versions
docker pull ddev/ddev-webserver:20241105_less_php_versions
# A hack because ddev always pulls the normal webserver image.
docker tag ghcr.io/lullabot/drainpipe/ddev-webserver:20241105_less_php_versions ddev/ddev-webserver:v1.23.5
docker tag ddev/ddev-webserver:20241105_less_php_versions ddev/ddev-webserver:v1.23.5
ddev start
ddev describe
Expand Down

0 comments on commit fb4b855

Please sign in to comment.