From 90e1ff1cec85dbf1f9a7442b3a9ca49428e74128 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 27 Jul 2021 23:09:23 +0200 Subject: [PATCH] Update --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69ff718..be8b230 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ docker-build: image: docker:stable stage: build script: + - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY + - docker pull registry.gitlab.com/confreriedukassoulait/twitchbot:latest || true - docker build --cache-from registry.gitlab.com/confreriedukassoulait/twitchbot:latest -t twitchbot .