Skip to content

Commit

Permalink
Merge pull request #788 from SlateFoundation/develop
Browse files Browse the repository at this point in the history
Release: v3.9.5
  • Loading branch information
themightychris authored Aug 9, 2024
2 parents 9340f9f + e4d0c6a commit d0946fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:

- uses: JarvusInnovations/infra-components@channels/github-actions/release-prepare/latest
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
release-branch: releases/v3
2 changes: 1 addition & 1 deletion .holo/sources/slate.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[holosource]
url = "https://github.com/SlateFoundation/slate"
ref = "refs/tags/v2.21.4"
ref = "refs/tags/v2.21.6"
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 d0946fa

Please sign in to comment.