mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Fix java 19 build
This commit is contained in:
parent
ca81eb7375
commit
2743e1d6b4
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ java-18:
|
||||||
|
|
||||||
java-19:
|
java-19:
|
||||||
extends: .java
|
extends: .java
|
||||||
image: $CI_REGISTRY_IMAGE/maven:3-eclipse-temurin-19
|
image: $CI_REGISTRY_IMAGE/maven:3-eclipse-temurin-19-alpine
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
TAGS=("3-openjdk-16" "3-jdk-11" "3-jdk-11-openj9" "3-jdk-8" "3-jdk-8-openj9" "3-openjdk-15" "3-openjdk-17", "3-openjdk-18", "3-eclipse-temurin-19")
|
TAGS=("3-openjdk-16" "3-jdk-11" "3-jdk-11-openj9" "3-jdk-8" "3-jdk-8-openj9" "3-openjdk-15" "3-openjdk-17" "3-openjdk-18" "3-eclipse-temurin-19-alpine")
|
||||||
|
|
||||||
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
||||||
for i in "${TAGS[@]}"
|
for i in "${TAGS[@]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue