Skip to content

Commit

Permalink
Fix subFolder path in build-dev-container.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Feb 2, 2024
1 parent 76a02c0 commit dcfe7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build and run Dev Container task
uses: devcontainers/ci@v0.3
with:
subFolder: ./templates/${{ matrix.dir }}
subFolder: ${{ matrix.dir }}
imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
platform: linux/amd64,linux/arm64
push: always

0 comments on commit dcfe7c1

Please sign in to comment.