Skip to content

Commit

Permalink
DEVOPS-258 jdk-17 and jdk 21 images
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Jul 15, 2024
1 parent 9b38426 commit 6ce6b6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish-jenkins-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
file: jdk-11/Dockerfile
platforms: linux/amd64,linux/arm64
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/jenkins-core-image:${{ env.NEW_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-publish-jenkins-jdk17-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# NEW_VERSION: $NEW_VERSION
uses: docker/build-push-action@v5
with:
file: jdk-17/Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-publish-jenkins-jdk21-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
file: jdk-21/Dockerfile
platforms: linux/amd64,linux/arm64
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/jenkins-core-jdk21-image:${{ env.NEW_VERSION }}
Expand Down

0 comments on commit 6ce6b6c

Please sign in to comment.