Skip to content

Commit

Permalink
Fixes #3823 - Publish Piranha Platform docker image (#3829)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Sep 23, 2024
1 parent de30c38 commit 76de9c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
mvn -B -Dmaven.javadoc.skip=true -DskipTests=true -DskipITs=true -ntp -P '!test' install
cd dist/microprofile
mvn -B -DskipTests=true -DskipITs=true -ntp -P docker deploy
- name: Build Piranha Platform image
run: |
mvn -B -Dmaven.javadoc.skip=true -DskipTests=true -DskipITs=true -ntp -P '!test' install
cd dist/platform
mvn -B -DskipTests=true -DskipITs=true -ntp -P docker deploy
- name: Build Piranha Server image
run: |
mvn -B -Dmaven.javadoc.skip=true -DskipTests=true -DskipITs=true -ntp -P '!test' install
Expand Down

0 comments on commit 76de9c6

Please sign in to comment.