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