hopefully fixed caching
Some checks reported warnings
build and publish docker image / deploy / build (push) Has been cancelled

This commit is contained in:
hirst 2024-06-01 19:26:30 +02:00
parent d9515e875b
commit b448739538

View file

@ -19,7 +19,7 @@ jobs:
path: |
path/to/dependencies
some/other/dependencies
key: ${{ runner.os }}-maven
key: linux-maven-maven
- uses: https://github.com/actions/checkout@v4
with:
@ -47,9 +47,9 @@ jobs:
id: maven-cache-save
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
key: linux-maven
restore-keys: |
${{ runner.os }}-maven
linux-maven
- name: executing remote ssh commands using ssh key
uses: https://github.com/appleboy/ssh-action@v1.0.3