Skip to content

Commit

Permalink
remove -v
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Feb 5, 2024
1 parent 44cd94f commit f3518cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
submodules: true
#Build Image
- name: Build Image
run: ./mvnw -v -Pnative spring-boot:build-image
run: ./mvnw -Pnative spring-boot:build-image
#Deploy the image to the Docker registry
- name: Push Images to Docker Registry
run: docker push -a $IMAGE_NAME
Expand Down

0 comments on commit f3518cc

Please sign in to comment.