[evince/wip/gpoo/image-rebuild] ci: Install docker to rebuild image
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/gpoo/image-rebuild] ci: Install docker to rebuild image
- Date: Thu, 25 Aug 2022 19:13:34 +0000 (UTC)
commit a1b3b7487bb7b505ef2dfc03c6467a07f4df2052
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Thu Aug 25 12:11:45 2022 -0400
ci: Install docker to rebuild image
.gitlab-ci.yml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d7a27a8c..8c8da0710 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,12 +69,14 @@ update registry image:
image: registry.gitlab.gnome.org/gnome/evince/x86_64-ubuntu:poppler
stage: image
script:
+ - env
+ - apt-get -yqq install docker
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_REGISTRY_IMAGE -f .gitlab-ci/ubuntu.Dockerfile
when: manual
- only:
- - web
- - main
- except:
- variables:
- - $CI_PROJECT_NAMESPACE != "GNOME"
+ # only:
+ # - web
+ # - main
+ # except:
+ # variables:
+ # - $CI_PROJECT_NAMESPACE != "GNOME"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]