diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0676d57e..55f1f77c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: - name: Build with Maven run: mvn -B clean package --file wise-api/pom.xml -DskipTests - name: Build the Docker image - run: docker build wise-api/ --file Dockerfile -t wisemapping/wisemapping-api:latest + run: docker build -t wisemapping/wisemapping-api:latest wise-api # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive #- name: Update dependency graph