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

Test

parent 84ca878c
No related branches found
No related tags found
No related merge requests found
Pipeline #51182 failed
......@@ -10,9 +10,8 @@ variables:
build_image:
stage: build_image
image: tomkukral/buildah:0.32
image: tomkukral/buildah:0.31
before_script:
- podman --version
- podman login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
script:
- 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