We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfe7c1 commit da31f73Copy full SHA for da31f73
.github/workflows/build-dev-container.yaml
@@ -44,6 +44,7 @@ jobs:
44
uses: devcontainers/[email protected]
45
with:
46
subFolder: ${{ matrix.dir }}
47
- imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
+ imageName: ghcr.io/pnstack/codespace
48
+ imageTag: ${{ matrix.dir }}
49
platform: linux/amd64,linux/arm64
50
push: always
0 commit comments