EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 577bb394 authored by Karl Grube's avatar Karl Grube
Browse files

fixed mistake hopefully (dockerfile)

parent 9936fb8f
No related branches found
No related tags found
No related merge requests found
Pipeline #62707 passed
......@@ -10,7 +10,7 @@ ubuntu_full3_10:
script:
- echo $CI_REGISTRY_IMAGE
- echo -n $CI_JOB_TOKEN | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY
- podman build --network host --layers -t $CI_REGISTRY_IMAGE/ubuntu-full-3.10 -f=ubuntu-full-3.10
- podman build --network host --layers -t $CI_REGISTRY_IMAGE/ubuntu-full-3.10 -f=UbuntuFull3.10
- podman push $CI_REGISTRY_IMAGE/ubuntu-full-3.10
retry: 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment