Skip to content

Commit

Permalink
fix: removed the mvn from the Dockerfile and put it inside the gh wf …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
stephane-segning committed Apr 8, 2024
1 parent 4750db8 commit 6be88da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: power-pay-backend
path: target/*.jar
path: power-pay-backend/target/*.jar

docker-build:
needs:
Expand All @@ -63,7 +63,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: power-pay-backend
path: power-pay-backend/target
path: power-pay-backend/power-pay-backend/target

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 6be88da

Please sign in to comment.