From 6f397a269b68bae0bb9bc2b4805a074b7ab4596c Mon Sep 17 00:00:00 2001 From: Alex Kanitz <alexander.kanitz@alumni.ethz.ch> Date: Sun, 10 Jul 2022 15:01:44 +0200 Subject: [PATCH] check --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4684315..d11a7c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build_docker: stage: build before_script: - export IMAGE="${DOCKER_ORG}/${DOCKER_REPO}" - - echo TAG="${DOCKER_ORG}/${DOCKER_REPO}" + - echo TAG="latest" - echo "IMAGE=$IMAGE" >> build.env - echo "TAG=$TAG" >> build.env script: -- GitLab