Skip to content

Commit

Permalink
cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
sasund committed Dec 18, 2024
1 parent 3177c42 commit e23c81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mvn-spring-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
secretKey: ${{ env.S3_NB_SECRET_KEY }}
bucket: ${{ env.S3_NB_CACHE_BUCKET }}
use-fallback: true
path:
path: |
~/.m2/repository
/root/.m2/repository
# Using datetime in cache key as OWASP database may change, without the pom changing
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
secretKey: ${{ env.S3_NB_SECRET_KEY }}
bucket: ${{ env.S3_NB_CACHE_BUCKET }}
use-fallback: true
path:
path: |
~/.m2/repository
/root/.m2/repository
# Using datetime in cache key as OWASP database may change, without the pom changing
Expand Down

0 comments on commit e23c81d

Please sign in to comment.