This commit is contained in:
parent
b9ddc4e220
commit
45a1fd602a
1 changed files with 2 additions and 4 deletions
|
|
@ -1,14 +1,12 @@
|
||||||
when:
|
when:
|
||||||
- event: manual
|
- event: manual
|
||||||
|
|
||||||
variables:
|
|
||||||
- &IMAGE_TAG 'registry.mnl.de/mnl/jdk21-builder:$CI_COMMIT_REF'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
image: quay.io/podman/stable
|
image: quay.io/podman/stable
|
||||||
commands:
|
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:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue