We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cbe7a commit 99dd670Copy full SHA for 99dd670
.github/workflows/composites/restore-docker-images/action.yaml
@@ -29,8 +29,8 @@ runs:
29
uses: actions/cache/save@v4
30
if: steps.images-cache.outputs.cache-hit != 'true'
31
with:
32
- path: |
33
- /tmp/docker/images
+ path: /tmp/docker/images
+ key: docker-images-github-cache-${{ hashFiles('**/current-images.txt') }}
34
35
- name: print images
36
shell: bash
.github/workflows/maven.yaml
@@ -48,9 +48,7 @@ jobs:
48
owner: context.repo.owner,
49
repo: context.repo.repo,
50
})
51
- for (const cache of caches.data.actions_caches) {
52
- console.log(cache)
53
- }
+ console.log(caches.data)
54
55
- name: maven build with dry-run for tests
56
uses: ./.github/workflows/composites/maven-build-with-dry-run-for-tests
0 commit comments