File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -15,31 +15,31 @@ jobs:
1515 - name : List Dir
1616 id : list-dir
1717 uses : pnstack/actions/list-dir@main
18- with :
19- dir : templates
18+ # with:
19+ # dir: templates
2020 - name : log
2121 run : echo ${{ steps.list-dir.outputs.dir }}
2222
23- build :
24- runs-on : ubuntu-latest
25- needs : [list-dir]
26- strategy :
27- matrix :
28- dir : ${{fromJson(needs.list-dir.outputs.dir)}}
29- steps :
30- - name : Checkout
31- uses : actions/checkout@v4
23+ # build:
24+ # runs-on: ubuntu-latest
25+ # needs: [list-dir]
26+ # strategy:
27+ # matrix:
28+ # dir: ${{fromJson(needs.list-dir.outputs.dir)}}
29+ # steps:
30+ # - name: Checkout
31+ # uses: actions/checkout@v4
3232
33- - name : Login to GitHub Container Registry
34- uses : docker/login-action@v2
35- with :
36- registry : ghcr.io
37- username : ${{ github.repository_owner }}
38- password : ${{ secrets.GITHUB_TOKEN }}
33+ # - name: Login to GitHub Container Registry
34+ # uses: docker/login-action@v2
35+ # with:
36+ # registry: ghcr.io
37+ # username: ${{ github.repository_owner }}
38+ # password: ${{ secrets.GITHUB_TOKEN }}
3939
40- - name : Build and run Dev Container task
41- uses :
devcontainers/[email protected] 42- with :
43- subFolder : ./templates/${{ matrix.dir }}
44- imageName : ghcr.io/pnstack/codespace/${{ matrix.dir }}
45- push : always
40+ # - name: Build and run Dev Container task
41+ # uses: devcontainers/[email protected] 42+ # with:
43+ # subFolder: ./templates/${{ matrix.dir }}
44+ # imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
45+ # push: always
You can’t perform that action at this time.
0 commit comments