Fix docker base api

main
Paulo Gustavo Veiga 2024-03-24 11:19:09 -07:00
parent efc3cd5753
commit eb66e6981a
1 changed files with 1 additions and 1 deletions

View File

@ -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