Skip to content

Commit

Permalink
build ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Feb 2, 2024
1 parent c0ca6b8 commit 1fbcff0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-dev-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
build:
runs-on: ubuntu-latest
needs: [directories]
strategy:
matrix:
dir: ${{fromJson(needs.directories.outputs.dir)}}
# strategy:
# matrix:
# dir: ${{fromJson(needs.directories.outputs.dir)}}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -43,8 +43,9 @@ jobs:
- name: Build and run Dev Container task
uses: devcontainers/ci@v0.3
with:
subFolder: ${{ matrix.dir }}
imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}container
subFolder: ./templates/ubuntu
# imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}container
imageName: ghcr.io/pnstack/codespace/ubuntu
# imageTag: ${{ matrix.dir }}
platform: linux/amd64,linux/arm64
push: always

0 comments on commit 1fbcff0

Please sign in to comment.