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

This commit is contained in:
Michael Lipp 2025-08-10 11:19:12 +02:00
parent b9ddc4e220
commit 45a1fd602a

View file

@ -1,14 +1,12 @@
when:
- event: manual
variables:
- &IMAGE_TAG 'registry.mnl.de/mnl/jdk21-builder:$CI_COMMIT_REF'
steps:
- name: publish
image: quay.io/podman/stable
commands:
- podman build -t *IMAGE_TAG .
- export IMAGE_TAG="registry.mnl.de/mnl/jdk21-builder:$CI_COMMIT_REF"
- podman build -t $IMAGE_TAG .
backend_options:
kubernetes:
securityContext: