Skip to content

Commit

Permalink
fix: save docker images (#3644)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Dec 5, 2024
1 parent 8dd657d commit 74b4661
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/writecache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v4
- name: Init Hermit
uses: cashapp/[email protected]
- name: Save Docker Images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yml') }}
- name: Install Hermit Packages
run: hermit install
- name: Docker Compose
Expand Down Expand Up @@ -74,7 +78,4 @@ jobs:
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Save Docker Images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yml') }}

0 comments on commit 74b4661

Please sign in to comment.