From a6ae220ff934bd35856d7f8e9bfe9f9d7dc90ab3 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 27 Jul 2021 23:05:47 +0200 Subject: [PATCH] caps --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef5d8c3..69ff718 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,8 @@ docker-build: - docker pull registry.gitlab.com/confreriedukassoulait/twitchbot:latest || true - docker build --cache-from registry.gitlab.com/confreriedukassoulait/twitchbot:latest -t twitchbot . - - docker tag TwitchBot:latest registry.gitlab.com/confreriedukassoulait/twitchbot:${CI_COMMIT_SHORT_SHA} - - docker tag TwitchBot:latest registry.gitlab.com/confreriedukassoulait/twitchbot:latest + - docker tag twitchbot:latest registry.gitlab.com/confreriedukassoulait/twitchbot:${CI_COMMIT_SHORT_SHA} + - docker tag twitchbot:latest registry.gitlab.com/confreriedukassoulait/twitchbot:latest - docker push registry.gitlab.com/confreriedukassoulait/twitchbot:${CI_COMMIT_SHORT_SHA} - docker push registry.gitlab.com/confreriedukassoulait/twitchbot:latest