Test login
All checks were successful
ci/woodpecker/manual/publish Pipeline was successful

This commit is contained in:
Michael Lipp 2025-08-10 12:14:42 +02:00
parent eb32619b16
commit 98c8fda2e0

View file

@ -4,11 +4,16 @@ when:
steps: steps:
- name: publish - name: publish
image: quay.io/podman/stable image: quay.io/podman/stable
environment:
REGISTRY: registry.mnl.de
REGISTRY_USER: mnl
REGISTRY_TOKEN:
from_secret: REGISTRY_TOKEN
commands: commands:
- export REGISTRY=registry.mnl.de - export IMAGE_TAG="$REGISTRY/$REGISTRY_USER/jdk21-builder:$CI_COMMIT_REF"
- export IMAGE_TAG="$REGISTRY/mnl/jdk21-builder:$CI_COMMIT_REF"
# - podman build -t $IMAGE_TAG . # - podman build -t $IMAGE_TAG .
- echo $REGISTRY_TOKEN | podman login -u mnl --password-stdin registry.mnl.de - echo $REGISTRY_TOKEN | podman login -u $REGISTRY_USER --password-stdin $REGISTRY
backend_options: backend_options:
kubernetes: kubernetes:
securityContext: securityContext: