Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Add JDK 17 build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Dec 15, 2020
1 parent e402fe9 commit 23cb3e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ jobs:
password: ${{ secrets.CR_PAT }}
workdir: extended
buildargs: ADDITIONAL_JDK_VERSION
- name: JDK 17
uses: elgohr/Publish-Docker-Github-Action@cade1bc
env:
ADDITIONAL_JDK_VERSION: 17.ea.1-open
with:
name: junit-team/build:17
registry: ghcr.io
username: junit-buildmaster
password: ${{ secrets.CR_PAT }}
workdir: extended
buildargs: ADDITIONAL_JDK_VERSION

0 comments on commit 23cb3e1

Please sign in to comment.