Skip to content

Commit

Permalink
chore(ci): build and publish Java 17 Container Image
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Jun 6, 2024
1 parent 52db3cc commit 55d843d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ jobs:
platforms: linux/arm64,linux/amd64
push: true
tags: sonatypecommunity/nexus3:${{ env.NXRM_VERSION }}-java11

- name: Build and push Java 17
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.java17
platforms: linux/arm64,linux/amd64
push: true
tags: sonatypecommunity/nexus3:${{ env.NXRM_VERSION }}-java17

0 comments on commit 55d843d

Please sign in to comment.