Skip to content

Commit

Permalink
Fix CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jun 25, 2024
1 parent b2be31f commit db64569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build with Maven
run: |
cd server
./mvnw -Dspring-boot.build-image.publish \
./mvnw -B -Dspring-boot.build-image.publish \
-Dspring-boot.build-image.imageName=ttl.sh/restbucks-${GITHUB_WORKFLOW_SHA}:1d \
-Pbuildpacks
Expand All @@ -67,6 +67,6 @@ jobs:
- name: Build with Maven
run: |
cd server
./mvnw -Dspring-boot.build-image.publish=true \
-Dspring-boot.build-image.imageName=ttl.sh/restbucks-native-${GITHUB_WORKFLOW_SHA}:1d
./mvnw -B -Dspring-boot.build-image.publish=true \
-Dspring-boot.build-image.imageName=ttl.sh/restbucks-native-${GITHUB_WORKFLOW_SHA}:1d \
-Pbuildpacks-native

0 comments on commit db64569

Please sign in to comment.