Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
5d9aa473b3
commit
22e5a8f0f5
@ -12,7 +12,7 @@ jobs:
|
||||
- name: Build with Maven using Docker
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}:/usr/src/app \
|
||||
-v /gitea/workdir:/usr/src/app \
|
||||
-v /data/app/maven-repo:/root/.m2/repository \
|
||||
-w /usr/src/app \
|
||||
maven:3.9.9-eclipse-temurin-17 mvn clean package
|
||||
|
Loading…
x
Reference in New Issue
Block a user