jdk21-builder/.woodpecker/publish.yaml
Michael N. Lipp eb32619b16
Some checks failed
ci/woodpecker/manual/publish Pipeline failed
Test login
2025-08-10 12:07:21 +02:00

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