Skip to content

Commit

Permalink
Cache container storage
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmnemonic committed Nov 9, 2024
1 parent 93a93b2 commit 74f3805
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4


- name: Cache Buildah Storage
uses: actions/cache@v3
with:
path: |
/var/lib/containers
/home/runner/.local/share/containers
key: buildah-${{ runner.os }}
restore-keys: |
buildah-${{ runner.os }}
- name: Image Metadata
uses: docker/metadata-action@v5
id: meta
Expand Down

0 comments on commit 74f3805

Please sign in to comment.