Skip to content

Commit 5264419

Browse files
authored
Merge pull request #3165 from msgilligan/msgilligan/website-gha-lima-version-cache-fix
website gha.md: job env variable sets LIMA_VERSION
2 parents e911564 + aa3adaf commit 5264419

File tree

1 file changed

+2
-0
lines changed
  • website/content/en/docs/examples

1 file changed

+2
-0
lines changed

website/content/en/docs/examples/gha.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
gh attestation verify --owner=lima-vm "${FILE}"
5151
sudo tar Cxzvf /usr/local "${FILE}"
5252
rm -f "${FILE}"
53+
# Export LIMA_VERSION For the GHA cache key
54+
echo "LIMA_VERSION=${LIMA_VERSION}" >>$GITHUB_ENV
5355
5456
- name: "Cache ~/.cache/lima"
5557
uses: actions/cache@v4

0 commit comments

Comments
 (0)