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
|
||||
image: quay.io/podman/stable
|
||||
commands:
|
||||
- export IMAGE_TAG="registry.mnl.de/mnl/jdk21-builder:$CI_COMMIT_REF"
|
||||
- podman build -t $IMAGE_TAG .
|
||||
- export REGISTRY=registry.mnl.de
|
||||
- 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:
|
||||
kubernetes:
|
||||
securityContext:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue