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 8c6f58a commit 042f4f8Copy full SHA for 042f4f8
.github/workflows/build-dev-container.yaml
@@ -44,6 +44,7 @@ jobs:
44
uses: devcontainers/[email protected]
45
with:
46
subFolder: ./templates/${{ matrix.dir }}
47
- imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
+ imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
48
+ cacheFrom: ghcr.io/pnstack/codespace/${{ matrix.dir }}:latest
49
imageTag: ${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }}
50
push: always
0 commit comments