Skip to content

Commit 1fbcff0

Browse files
committed
build ubuntu image
1 parent c0ca6b8 commit 1fbcff0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
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
@@ -43,8 +43,9 @@ jobs:
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

0 commit comments

Comments
 (0)