Merge branch '3.1.x'

This commit is contained in:
Ryan Baxter
2024-10-01 08:36:20 -04:00
3 changed files with 4 additions and 6 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