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

This commit is contained in:
Michael Lipp 2025-08-10 11:11:56 +02:00
parent 4d989a04e9
commit b9ddc4e220

View file

@ -1,17 +1,17 @@
when:
- event: push
branch: main
- event: manual
variables:
- &IMAGE_TAG 'registry.mnl.de/mnl/jdk21-builder:$CI_COMMIT_REF'
steps:
- name: build
- name: publish
image: quay.io/podman/stable
commands:
- sleep 10000
# - podman build .
- podman build -t *IMAGE_TAG .
backend_options:
kubernetes:
securityContext:
privileged: true
runAsUser: 1000
runAsGroup: 1000