File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
env :
33
33
SERVICE_ACCOUNT_JSON : ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}
34
- JDK_DRIVEID : ${{ secrets.JDK11_DRIVEID }}
34
+ JDK_DRIVEID : ${{ secrets.JDK17_ORACLE_DRIVEID }}
35
35
steps :
36
36
- name : Checkout the code
37
37
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
## Oracle JDK
2
2
3
- [ ![ build] ( https://github.com/aem-design/docker-oracle-jdk/actions/workflows/build.yml/badge.svg?branch=jdk11-ubuntu )] ( https://github.com/aem-design/docker-oracle-jdk/actions/workflows/build.yml ) [ ![ github license] ( https://img.shields.io/github/license/aem-design/oracle-jdk )] ( https://github.com/aem-design/oracle-jdk )
3
+ [ ![ build] ( https://github.com/aem-design/docker-oracle-jdk/actions/workflows/build.yml/badge.svg?branch=jdk17 )] ( https://github.com/aem-design/docker-oracle-jdk/actions/workflows/build.yml ) [ ![ github license] ( https://img.shields.io/github/license/aem-design/oracle-jdk )] ( https://github.com/aem-design/oracle-jdk )
4
4
[ ![ github issues] ( https://img.shields.io/github/issues/aem-design/oracle-jdk )] ( https://github.com/aem-design/oracle-jdk )
5
5
[ ![ github last commit] ( https://img.shields.io/github/last-commit/aem-design/oracle-jdk )] ( https://github.com/aem-design/oracle-jdk )
6
6
[ ![ github repo size] ( https://img.shields.io/github/repo-size/aem-design/oracle-jdk )] ( https://github.com/aem-design/oracle-jdk )
Original file line number Diff line number Diff line change 2
2
[string ]$LOG_PATH = " ${PWD} \logs" ,
3
3
[string ]$LOG_PEFIX = " docker" ,
4
4
[string ]$LOG_SUFFIX = " .log" ,
5
- [string ]$TAG = " jdk11 " ,
5
+ [string ]$TAG = " jdk17 " ,
6
6
[string ]$FILE = " Dockerfile" ,
7
7
[string ]$FUNCTIONS_URI = " https://github.com/aem-design/aemdesign-docker/releases/latest/download/functions.ps1" ,
8
8
[string ]$COMMAND = " docker buildx build . -f .\${FILE} -t ${TAG} " ,
Original file line number Diff line number Diff line change 2
2
[string ]$LOG_PATH = " ${PWD} \logs" ,
3
3
[string ]$LOG_PEFIX = " docker" ,
4
4
[string ]$LOG_SUFFIX = " .log" ,
5
- [string ]$TAG = " jdk11 " ,
5
+ [string ]$TAG = " jdk17 " ,
6
6
[string ]$FILE = " Dockerfile" ,
7
7
[string ]$FUNCTIONS_URI = " https://github.com/aem-design/aemdesign-docker/releases/latest/download/functions.ps1" ,
8
8
[string ]$COMMAND = " docker build . -f .\${FILE} -t ${TAG} "
You can’t perform that action at this time.
0 commit comments