Skip to content
Snippets Groups Projects
Commit a5bc2c0d authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Test

parent 96182dbe
No related branches found
No related tags found
No related merge requests found
Pipeline #51184 failed
...@@ -12,6 +12,7 @@ build_image: ...@@ -12,6 +12,7 @@ build_image:
stage: build_image stage: build_image
image: tomkukral/buildah:0.32 image: tomkukral/buildah:0.32
before_script: before_script:
- podman --version
- podman login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}" - podman login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
script: script:
- buildah build-using-dockerfile --format docker -t ${DEPENDENCIES_IMAGE_NAME} --file Dockerfile-CI . - buildah build-using-dockerfile --format docker -t ${DEPENDENCIES_IMAGE_NAME} --file Dockerfile-CI .
......
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