Skip to content

Commit ec88f1e

Browse files
pcantalupoclaude
andcommitted
Add GitHub Actions cache to Docker build
Use GHA cache backend to persist Docker layer cache between runs, avoiding full renv package reinstalls when renv.lock is unchanged. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent d83e89a commit ec88f1e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
with:
3030
context: .
3131
push: true
32+
cache-from: type=gha
33+
cache-to: type=gha,mode=max
3234
tags: |
3335
virushunter/viewseurat:${{ steps.version.outputs.version }}
3436
virushunter/viewseurat:latest

0 commit comments

Comments
 (0)