You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[**checkout**](https://github.com/marketplace/actions/checkout): This action checks out the repository under `$GITHUB_WORKSPACE`, so the workflow can access it.
28
-
- Set up JDK 11:
28
+
- Set up JDK 17:
29
29
-[**setup-java**](https://github.com/marketplace/actions/setup-java-jdk): This action downloads and sets up a requested version of Java
30
30
- Current configuration:
31
-
- Java-version: 11
31
+
- Java-version: 17
32
32
- Distribution: Temurin
33
33
- Cache: Maven
34
34
-**Create open-source certs**:
@@ -87,7 +87,7 @@ The `publish-cws-image` job is the CD component of the workflow, triggered upon
87
87
-**Check out the repo**:
88
88
- Utilizes the same `checkout` action to check out the repository again
89
89
- This is done in a new GitHub runner
90
-
-**Set up JDK 11**
90
+
-**Set up JDK 17**
91
91
- Utilizes the same `setup-java` action to set up Java
92
92
-**Log in to Docker Hub**:
93
93
-[**Docker Login**](https://github.com/marketplace/actions/docker-login): This action is used to log in against a Docker registry
0 commit comments