ci(forgejo-actions): added missing cache key
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 16m26s

This commit is contained in:
Jorge Bornhausen 2024-11-06 17:03:22 +01:00
parent 571dbb4b6f
commit 9da1fd106c
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs

View file

@ -40,6 +40,7 @@ jobs:
ROOT_CACHE_KEY="m2-cache"
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-cache-key=${ROOT_CACHE_KEY}-${CURRENT_MONTH}-${CURRENT_BRANCH}-${CURRENT_DAY}" >> $GITEA_OUTPUT
- name: Cache Maven Repository
id: cache-maven