Restore common images by key (pipeline bug) (#1749)
This commit is contained in:
@@ -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
|
||||
|
||||
4
.github/workflows/maven.yaml
vendored
4
.github/workflows/maven.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user