run tests + fix docker username

This commit is contained in:
bgamard 2022-01-12 23:59:43 +01:00
parent f9977d5ce6
commit 302d7cccc4

View File

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