From 6887fcc0e42b1a64ed80f8565fe3099aaa818930 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Sun, 4 Jul 2021 13:09:19 +0200 Subject: feat: Remove initial process Remove the process that downloads all the saved images. Now it only downloads the latest 100 and keeps watching for new saves. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 795dbfb..290ef19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ docker-build-master: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY script: - docker build --pull -t "$CI_REGISTRY_IMAGE" -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA" . - - docker push "$CI_REGISTRY_IMAGE" + - docker push "$CI_REGISTRY_IMAGE":latest - docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA" only: - master -- cgit v1.2.3