This commit is contained in:
parent
45a1fd602a
commit
eb32619b16
1 changed files with 4 additions and 2 deletions
|
|
@ -5,8 +5,10 @@ steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
image: quay.io/podman/stable
|
image: quay.io/podman/stable
|
||||||
commands:
|
commands:
|
||||||
- export IMAGE_TAG="registry.mnl.de/mnl/jdk21-builder:$CI_COMMIT_REF"
|
- export REGISTRY=registry.mnl.de
|
||||||
- podman build -t $IMAGE_TAG .
|
- export IMAGE_TAG="$REGISTRY/mnl/jdk21-builder:$CI_COMMIT_REF"
|
||||||
|
# - podman build -t $IMAGE_TAG .
|
||||||
|
- echo $REGISTRY_TOKEN | podman login -u mnl --password-stdin registry.mnl.de
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue