From bc6383ce16a7d1b06828584ff26f2d49d2275fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pogoda?= <mipo57@e-science.pl> Date: Mon, 19 Jun 2023 09:49:37 +0200 Subject: [PATCH] tag image with latest --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41f8f87..9f1dd14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,5 +39,6 @@ build_image: - rm pass.txt - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker image tag $DOCKERHUB_NAME $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG + - docker image tag $DOCKERHUB_NAME $CI_REGISTRY_IMAGE:latest - docker push $CI_REGISTRY_IMAGE \ No newline at end of file -- GitLab