File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 node-version-file : .nvmrc
2727 cache : pnpm
2828
29+ # Otherwise, error: ERROR: failed to build: Cache export is not supported
30+ # for the docker driver. Switch to a different driver, or turn on the
31+ # containerd image store, and try again. Learn more at
32+ # https://docs.docker.com/go/build-cache-backends/
33+ - name : Set up Docker Buildx
34+ uses : docker/setup-buildx-action@v4
35+
2936 - name : Build and run Dev Container task
3037 uses : devcontainers/ci@v0.3
3138 with :
3441 # (https://www.gnu.org/software/coreutils/manual/html_node/true-invocation.html)
3542 runCmd : true
3643 push : never
44+ cacheFrom : type=gha
45+ cacheTo : type=gha,mode=max
3746
3847 - name : Install dependencies
3948 run : pnpm install
Original file line number Diff line number Diff line change 11name : Release
22
33on :
4- push :
4+ workflow_run :
5+ workflows : [CI]
6+ types :
7+ - completed
58 branches :
69 - main
7- paths-ignore :
8- - " docs/**"
910
1011concurrency :
1112 group : ${{ github.workflow }}-${{ github.ref }}
3637 node-version-file : .nvmrc
3738 cache : pnpm
3839
40+ - name : Set up Docker Buildx
41+ uses : docker/setup-buildx-action@v4
42+
3943 - name : Build and run Dev Container task
4044 uses : devcontainers/ci@v0.3
4145 with :
4448 # (https://www.gnu.org/software/coreutils/manual/html_node/true-invocation.html)
4549 runCmd : true
4650 push : never
51+ cacheFrom : type=gha
52+ cacheTo : type=gha,mode=max
4753
4854 - name : Install dependencies
4955 run : pnpm install
You can’t perform that action at this time.
0 commit comments