File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2020 build :
2121 runs-on : ubuntu-latest
2222 needs : [directories]
23- strategy :
24- matrix :
25- dir : ${{fromJson(needs.directories.outputs.dir)}}
23+ # strategy:
24+ # matrix:
25+ # dir: ${{fromJson(needs.directories.outputs.dir)}}
2626 steps :
2727 - name : Checkout
2828 uses : actions/checkout@v4
4343 - name : Build and run Dev Container task
4444 uses :
devcontainers/[email protected] 4545 with :
46- subFolder : ${{ matrix.dir }}
47- imageName : ghcr.io/pnstack/codespace/${{ matrix.dir }}container
46+ subFolder : ./templates/ubuntu
47+ # imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}container
48+ imageName : ghcr.io/pnstack/codespace/ubuntu
4849 # imageTag: ${{ matrix.dir }}
4950 platform : linux/amd64,linux/arm64
5051 push : always
You can’t perform that action at this time.
0 commit comments