From 77c996f77ae01d75cf907c55fc2b30f054c9bf53 Mon Sep 17 00:00:00 2001 From: Steffen Graber Date: Wed, 6 Mar 2024 13:20:51 +0100 Subject: [PATCH] Update 003_2.20.2.gitlab-ci.yml --- ci-templates/003_2.20.2.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-templates/003_2.20.2.gitlab-ci.yml b/ci-templates/003_2.20.2.gitlab-ci.yml index 83c27a1..9ecbb8b 100644 --- a/ci-templates/003_2.20.2.gitlab-ci.yml +++ b/ci-templates/003_2.20.2.gitlab-ci.yml @@ -14,7 +14,7 @@ Build_2202: - docker build --cache-from nest/nest-simulator:2.20.2 --tag nest/nest-simulator:2.20.2 - ./src/ + ./src/2.20.2 # Deploy - echo -n $DOCKERHUB_REGISTRY_TOKEN | docker login -u $DOCKERHUB_REGISTRY_USER --password-stdin - docker push nest/nest-simulator:2.20.2