Skip to content

Commit

Permalink
Cache docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
bobobo1618 authored Jan 29, 2024
1 parent 958bd1d commit 96d77d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:

- name: Setup Cache
uses: Swatinem/rust-cache@v2

- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.3.7
with:
key: docker-${{ runner.os }}-${{ hashFiles(paths) }}

# Only install cross if we need it
# Install via cargo-binstall which I found faster
Expand Down

0 comments on commit 96d77d6

Please sign in to comment.