From eb66e6981a04be2f4a1c094cec1570f932e22702 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 24 Mar 2024 11:19:09 -0700 Subject: [PATCH] Fix docker base api --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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