Skip to content

Commit

Permalink
fix(studio): ensure latest studio image pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Jun 20, 2023
1 parent b22f160 commit 42ea639
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/studio
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ fi

if [ $launch_studio = true ]; then
export HAB_DOCKER_STUDIO_IMAGE="ghcr.io/emergenceplatform/studio:latest"
echo
echo "==> studio: ensuring Docker studio image is up to date…"
docker pull "${HAB_DOCKER_STUDIO_IMAGE}"

echo
echo "==> studio: launching Docker-powered Chef Habitat studio…"
set +e
Expand Down

0 comments on commit 42ea639

Please sign in to comment.