Skip to content

Commit

Permalink
move publish to pack
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Nov 13, 2024
1 parent abd4845 commit 31791f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
--path . \
--platform ${{ matrix.platform }} \
--report-output-dir ./report.toml \
--publish
#
# - name: Set up JDK
# uses: actions/setup-java@v4
Expand All @@ -78,7 +79,7 @@ jobs:
# if: github.event_name == 'pull_request'
# run: mvn -ntp -B clean install
#
- name: Push docker image
if: github.event_name != 'pull_request'
run: |
docker push --platform ${{ matrix.platform }} ghcr.io/ictu/pseudoniemenservice:latest
# - name: Push docker image
# if: github.event_name != 'pull_request'
# run: |
# docker push --platform ${{ matrix.platform }} ghcr.io/ictu/pseudoniemenservice:latest

0 comments on commit 31791f6

Please sign in to comment.