ci(forgejo-actions): added missing cache key
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 16m26s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 16m26s
This commit is contained in:
parent
571dbb4b6f
commit
9da1fd106c
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ jobs:
|
||||||
ROOT_CACHE_KEY="m2-cache"
|
ROOT_CACHE_KEY="m2-cache"
|
||||||
echo "m2-monthly-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}" >> $GITEA_OUTPUT
|
echo "m2-monthly-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}" >> $GITEA_OUTPUT
|
||||||
echo "m2-monthly-branch-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}" >> $GITEA_OUTPUT
|
echo "m2-monthly-branch-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}" >> $GITEA_OUTPUT
|
||||||
|
echo "m2-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITEA_OUTPUT
|
||||||
|
|
||||||
- name: Cache Maven Repository
|
- name: Cache Maven Repository
|
||||||
id: cache-maven
|
id: cache-maven
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue