parent
4d989a04e9
commit
b9ddc4e220
1 changed files with 6 additions and 6 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: manual
|
||||||
branch: main
|
|
||||||
|
variables:
|
||||||
|
- &IMAGE_TAG 'registry.mnl.de/mnl/jdk21-builder:$CI_COMMIT_REF'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: publish
|
||||||
image: quay.io/podman/stable
|
image: quay.io/podman/stable
|
||||||
commands:
|
commands:
|
||||||
- sleep 10000
|
- podman build -t *IMAGE_TAG .
|
||||||
# - podman build .
|
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue