Skip to content

Commit dcfe7c1

Browse files
committed
Fix subFolder path in build-dev-container.yaml
1 parent 76a02c0 commit dcfe7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and run Dev Container task
4444
uses: devcontainers/[email protected]
4545
with:
46-
subFolder: ./templates/${{ matrix.dir }}
46+
subFolder: ${{ matrix.dir }}
4747
imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
4848
platform: linux/amd64,linux/arm64
4949
push: always

0 commit comments

Comments
 (0)