From 302d7cccc46f6851e148d7f43f3a04a8f57428cf Mon Sep 17 00:00:00 2001 From: bgamard Date: Wed, 12 Jan 2022 23:59:43 +0100 Subject: [PATCH] run tests + fix docker username --- .github/workflows/build-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 068c481d..7c4d5af8 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -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 \ No newline at end of file + tags: sismics/docs:latest \ No newline at end of file