17 lines
438 B
YAML
17 lines
438 B
YAML
when:
|
|
- event: manual
|
|
|
|
steps:
|
|
- name: publish
|
|
image: quay.io/podman/stable
|
|
commands:
|
|
- export REGISTRY=registry.mnl.de
|
|
- export IMAGE_TAG="$REGISTRY/mnl/jdk21-builder:$CI_COMMIT_REF"
|
|
# - podman build -t $IMAGE_TAG .
|
|
- echo $REGISTRY_TOKEN | podman login -u mnl --password-stdin registry.mnl.de
|
|
backend_options:
|
|
kubernetes:
|
|
securityContext:
|
|
privileged: true
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|