File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 "ghcr.io/devcontainers/features/docker-in-docker:1" : {},
2020 "ghcr.io/devcontainers/features/azure-cli:1" : {}
2121 },
22- "postCreateCommand" : " npm install -g @devcontainers/cli"
22+ "postCreateCommand" : " npm install -g @devcontainers/cli@0.14.1 "
2323}
Original file line number Diff line number Diff line change 55
66export DOCKER_BUILDKIT=1
77echo " (*) Installing @devcontainer/cli"
8- npm install -g @devcontainers/cli
8+ npm install -g @devcontainers/cli@0.14.1
99
1010echo " (*) Building image - ${IMAGE} "
1111id_label=" test-container=${IMAGE} "
Original file line number Diff line number Diff line change 6363 # Setup build CLI
6464 cd "$GITHUB_WORKSPACE/ref"
6565 yarn install
66- npm install -g @devcontainers/cli
66+ npm install -g @devcontainers/cli@0.14.1
6767
6868 # Go to the release, symlink the build tool from ref since this is the version for the workflow
6969 cd "$GITHUB_WORKSPACE/release"
Original file line number Diff line number Diff line change 5252
5353 # Build and push dev images
5454 yarn install
55- npm install -g @devcontainers/cli
55+ npm install -g @devcontainers/cli@0.14.1
5656 GIT_BRANCH=$(echo "${{ github.ref }}" | grep -oP 'refs/(heads|tags)/\K(.+)')
5757 if [ "$GIT_BRANCH" == "" ]; then
5858 GIT_BRANCH=main
Original file line number Diff line number Diff line change 5656
5757 # Build and push images
5858 yarn install
59- npm install -g @devcontainers/cli
59+ npm install -g @devcontainers/cli@0.14.1
6060 build/vscdc push --page ${{ matrix.page }} \
6161 --pageTotal ${{ matrix.page-total }} \
6262 --release ${{ steps.get_tag_name.outputs.tag }} \
You can’t perform that action at this time.
0 commit comments