diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b82f63fde9..643feb4ada 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -32,5 +32,5 @@ RUN apt-get update && bash /tmp/library-scripts/node-debian.sh "${NVM_DIR}" USER vscode RUN curl -L https://install.dojoengine.org | bash RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash - -ENV PATH=${PATH}:/workspaces/dojo/target/release +ENV PATH=${PATH}:/workspaces/dojo/target/release:/home/vscode/.dojo/bin +RUN /home/vscode/.dojo/bin/dojoup diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index acd7b3f6ca..bae1a52255 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -58,7 +58,6 @@ jobs: VARIANT=bullseye platforms: linux/amd64,linux/arm64 cache-from: type=registry,ref=ghcr.io/${{ github.repository }}-dev:latest - cache-to: type=registry,ref=ghcr.io/${{ github.repository }}-dev:cache propose-update-pr: needs: build-and-push