Skip to content

Commit

Permalink
ci: fix vm images dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Sep 30, 2024
1 parent 0394220 commit 69549dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cache-test-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
## We need to save test image cache only for main branch
- name: Save test images from cache
- name: Save test images into cache
if: github.ref == 'refs/heads/main'
uses: actions/cache/save@v4
with:
Expand Down Expand Up @@ -72,9 +72,9 @@ jobs:
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
## We need to save test VM image cache only for main branch
- name: Save test VM images from cache
- name: Save test VM images into cache
if: github.ref == 'refs/heads/main'
uses: actions/cache/save@v4
with:
path: integration/testdata/fixtures/images
path: integration/testdata/fixtures/vm-images
key: cache-test-vm-images-${{ steps.image-digest.outputs.digest }}

0 comments on commit 69549dd

Please sign in to comment.