diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78be7e09740bda3dbb99ce9bb6e40d9847436343..003c93e8e6be4b7aa33575e81a7f8ef356c7a0d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ build_image: before_script: - podman login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}" script: + - buildah pull jupyter/tensorflow-notebook - buildah bud --format docker -t ${DEPENDENCIES_IMAGE_NAME} . - buildah push --authfile ${REGISTRY_AUTH_FILE} ${DEPENDENCIES_IMAGE_NAME} after_script: