[wip][ci] utilisation image officielle buildah

This commit is contained in:
Maxime Alves LIRMM 2021-11-10 10:46:32 +01:00
parent 0cad726f8c
commit 159d38cb94

View File

@ -47,12 +47,13 @@ run:
- dist/*.whl
build:
image: gite.lirmm.fr:5555/si-v4/docker
image: buildah/buildah
dependencies:
- build
before_script:
- podman version
- buildah version
# - podman login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
# - podman login --username "${REGISTRY_USERNAME}" --password "${REGISTRY_PASSWORD}" "${REGISTRY_SERVER}"
script:
- buildah bud -t ${IMAGE_NAME}:${CI_COMMIT_SHA} .