Test login
Some checks failed
ci/woodpecker/manual/publish Pipeline failed

This commit is contained in:
Michael Lipp 2025-08-10 12:07:21 +02:00
parent 45a1fd602a
commit eb32619b16

View file

@ -5,8 +5,10 @@ steps:
- name: publish - name: publish
image: quay.io/podman/stable image: quay.io/podman/stable
commands: commands:
- export IMAGE_TAG="registry.mnl.de/mnl/jdk21-builder:$CI_COMMIT_REF" - export REGISTRY=registry.mnl.de
- podman build -t $IMAGE_TAG . - 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: backend_options:
kubernetes: kubernetes:
securityContext: securityContext: