Skip to content

Commit 042f4f8

Browse files
committed
Update build-dev-container.yaml with cacheFrom option
1 parent 8c6f58a commit 042f4f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: devcontainers/[email protected]
4545
with:
4646
subFolder: ./templates/${{ matrix.dir }}
47-
imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
47+
imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}
48+
cacheFrom: ghcr.io/pnstack/codespace/${{ matrix.dir }}:latest
4849
imageTag: ${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }}
4950
push: always

0 commit comments

Comments
 (0)