diff --git a/.github/workflows/composites/restore-docker-images/action.yaml b/.github/workflows/composites/restore-docker-images/action.yaml index f6d77c5c..615f632d 100644 --- a/.github/workflows/composites/restore-docker-images/action.yaml +++ b/.github/workflows/composites/restore-docker-images/action.yaml @@ -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 diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index e0ac101a..176a6df0 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -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 diff --git a/spring-cloud-kubernetes-test-support/pom.xml b/spring-cloud-kubernetes-test-support/pom.xml index 0f8e9e6e..2264fa6d 100644 --- a/spring-cloud-kubernetes-test-support/pom.xml +++ b/spring-cloud-kubernetes-test-support/pom.xml @@ -12,7 +12,7 @@ spring-cloud-kubernetes-test-support - 4.0.3 + 4.1.1 1.18.3