Skip to content

Commit

Permalink
Merge pull request #3165 from msgilligan/msgilligan/website-gha-lima-…
Browse files Browse the repository at this point in the history
…version-cache-fix

website gha.md: job env variable sets LIMA_VERSION
  • Loading branch information
AkihiroSuda authored Jan 29, 2025
2 parents e911564 + aa3adaf commit 5264419
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/content/en/docs/examples/gha.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
gh attestation verify --owner=lima-vm "${FILE}"
sudo tar Cxzvf /usr/local "${FILE}"
rm -f "${FILE}"
# Export LIMA_VERSION For the GHA cache key
echo "LIMA_VERSION=${LIMA_VERSION}" >>$GITHUB_ENV
- name: "Cache ~/.cache/lima"
uses: actions/cache@v4
Expand Down

0 comments on commit 5264419

Please sign in to comment.