run tests + fix docker username

This commit is contained in:
bgamard 2022-01-12 23:59:43 +01:00
parent f9977d5ce6
commit 302d7cccc4
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
distribution: "temurin"
cache: maven
- name: Build with Maven
run: mvn -Pprod -DskipTests clean install
run: mvn -Pprod clean install
- name: Upload war artifact
uses: actions/upload-artifact@v2
with:
@ -51,4 +51,4 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/docs:latest
tags: sismics/docs:latest