diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ba06c53..00b28e8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,6 +21,8 @@ jobs: runs-on: ubuntu-latest container: image: maven:3.9-eclipse-temurin-17 + volumes: + - /data/maven-repo:/root/.m2 steps: - name: Checkout code run: |