|
|
|
@ -62,7 +62,7 @@ jobs:
|
|
|
|
|
uses: actions/cache@v4 |
|
|
|
|
with: |
|
|
|
|
path: ~/.m2/repository |
|
|
|
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-backend |
|
|
|
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-api-test |
|
|
|
|
restore-keys: ${{ runner.os }}-maven- |
|
|
|
|
- name: Build Image |
|
|
|
|
run: | |
|
|
|
@ -122,7 +122,7 @@ jobs:
|
|
|
|
|
uses: actions/cache@v4 |
|
|
|
|
with: |
|
|
|
|
path: ~/.m2/repository |
|
|
|
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-backend |
|
|
|
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-api-test |
|
|
|
|
restore-keys: ${{ runner.os }}-maven- |
|
|
|
|
- uses: actions/download-artifact@v4 |
|
|
|
|
name: Download Docker Images |
|
|
|
|