hopefully fixed caching
Some checks reported warnings
build and publish docker image / deploy / build (push) Has been cancelled
Some checks reported warnings
build and publish docker image / deploy / build (push) Has been cancelled
This commit is contained in:
parent
d9515e875b
commit
b448739538
6
.github/workflows/build_deploy_dev.yml
vendored
6
.github/workflows/build_deploy_dev.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
path/to/dependencies
|
path/to/dependencies
|
||||||
some/other/dependencies
|
some/other/dependencies
|
||||||
key: ${{ runner.os }}-maven
|
key: linux-maven-maven
|
||||||
|
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -47,9 +47,9 @@ jobs:
|
||||||
id: maven-cache-save
|
id: maven-cache-save
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
key: linux-maven
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-maven
|
linux-maven
|
||||||
|
|
||||||
- name: executing remote ssh commands using ssh key
|
- name: executing remote ssh commands using ssh key
|
||||||
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
||||||
|
|
Reference in a new issue