Restore common images by key (pipeline bug) (#1749)

This commit is contained in:
erabii
2024-10-01 15:35:31 +03:00
committed by GitHub
parent 53cbe7a359
commit 99dd670a11
2 changed files with 3 additions and 5 deletions

View File

@@ -29,8 +29,8 @@ runs:
uses: actions/cache/save@v4
if: steps.images-cache.outputs.cache-hit != 'true'
with:
path: |
/tmp/docker/images
path: /tmp/docker/images
key: docker-images-github-cache-${{ hashFiles('**/current-images.txt') }}
- name: print images
shell: bash

View File

@@ -48,9 +48,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
})
for (const cache of caches.data.actions_caches) {
console.log(cache)
}
console.log(caches.data)
- name: maven build with dry-run for tests
uses: ./.github/workflows/composites/maven-build-with-dry-run-for-tests