mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
run tests + fix docker username
This commit is contained in:
parent
f9977d5ce6
commit
302d7cccc4
4
.github/workflows/build-deploy.yml
vendored
4
.github/workflows/build-deploy.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user