Skip to content

Commit d3c9e5f

Browse files
committed
Commented out build steps in build-dev-container.yaml
1 parent f042986 commit d3c9e5f

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/build-dev-container.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)