parent
4d989a04e9
commit
b9ddc4e220
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue