Merge pull request 'added back caches' (#19) from ci-cd into dev
Some checks failed
Build docker images, publish them, deploy to test server / build (push) Has been cancelled
Some checks failed
Build docker images, publish them, deploy to test server / build (push) Has been cancelled
Reviewed-on: #19 Reviewed-by: hirst <hirsting@gmail.com>
This commit is contained in:
commit
1989b5edc0
1
.github/workflows/build_deploy_dev.yml
vendored
1
.github/workflows/build_deploy_dev.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
||||||
uses: https://github.com/actions/cache/restore@v4
|
uses: https://github.com/actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
key: linux-maven
|
key: linux-maven
|
||||||
|
path: ~/.m2/repository
|
||||||
|
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue