Skip to content

Commit

Permalink
run maven package into docker step (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafasva authored Feb 22, 2024
1 parent f1efc5a commit acf2319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR_to_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Build
run: mvn build
run: mvn clear package
- name: build image
run: mvn spring-boot:build-image -Dspring-boot.build-image.imageName=${{ secrets.DOCKER_USERNAME }}/num-portal:develop -DskipTests
- name: Login to Docker Hub
Expand Down

0 comments on commit acf2319

Please sign in to comment.