Skip to content

Commit 8415582

Browse files
committed
Add cacheTo: type=inline to cache dev container image in CI
1 parent 66c6e0d commit 8415582

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
BRANCH: ${{ github.ref }}
4444
with:
4545
imageName: ghcr.io/stuartleeks/devcontainer-cli-devcontainer
46+
cacheFrom: ghcr.io/stuartleeks/devcontainer-cli-devcontainer
47+
cacheTo: type=inline
4648
runCmd: |
4749
sudo chown -R $(whoami) /go/pkg
4850
./scripts/ci_release.sh

0 commit comments

Comments
 (0)