This commit is contained in:
parent
b9ddc4e220
commit
45a1fd602a
1 changed files with 2 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue