Skip to content
Snippets Groups Projects
Verified Commit d0a7ff98 authored by Benjamin LEGROS's avatar Benjamin LEGROS
Browse files

chore: auto trigger pipeline

parent 06b22f7a
Branches
No related tags found
No related merge requests found
Pipeline #77796 passed
stages:
- build
- bundle
variables:
DOCKER_DRIVER: overlay2
......@@ -21,6 +20,5 @@ build_eclipse_temurin:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(echo -n ${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD} | base64)\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR/eclipse-temurin/17 --dockerfile $CI_PROJECT_DIR/eclipse-temurin/17/Dockerfile --destination ${ECLIPSE_TEMURIN_IMAGE}:17-jre-alpine
- /kaniko/executor --context $CI_PROJECT_DIR/eclipse-temurin/21 --dockerfile $CI_PROJECT_DIR/eclipse-temurin/21/Dockerfile --destination ${ECLIPSE_TEMURIN_IMAGE}:21-jre-alpine
when: manual
only:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment