Skip to content

Commit

Permalink
✨ chore(gradle-build.yml): Modify publishImage flag for multi-pla…
Browse files Browse the repository at this point in the history
…tform Docker builds.
  • Loading branch information
vnobo committed Dec 17, 2024
1 parent 07d42e0 commit b44290b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Execute Gradle Plate bootBuildImage
run: |
chmod +x ./gradlew
./gradlew bootBuildImage --imagePlatform=linux/amd64 --network=host --publishImage=true
./gradlew bootBuildImage --imagePlatform=linux/arm64 --network=host --publishImage=true
./gradlew bootBuildImage --imagePlatform=linux/amd64 --network=host --publishImage
./gradlew bootBuildImage --imagePlatform=linux/arm64 --network=host --publishImage
- name: Inspect
run: |
docker buildx imagetools inspect localhost:5000/plate-oauth2:latest
Expand Down

0 comments on commit b44290b

Please sign in to comment.