[wip][ci] utilisation image officielle buildah
This commit is contained in:
parent
0cad726f8c
commit
159d38cb94
@ -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} .
|
||||
|
Loading…
Reference in New Issue
Block a user