Skip to content

Commit

Permalink
Hack due to double pull
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Sep 27, 2024
1 parent d3c4f14 commit 36d94a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scaffold/github/actions/common/ddev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36d94a8

Please sign in to comment.