From dae21e3fed8c6e9a3955a268b32c664557c1585a Mon Sep 17 00:00:00 2001 From: James Kirk <james.kirk@noc.ac.uk> Date: Thu, 23 Mar 2023 16:13:38 +0000 Subject: [PATCH] refactor: updating to new docker tag skip --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f44fe1a..faf2ccf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ include: variables: DOCKER_IMAGE_NAME: backbone-adapter-javascript - CI_SKIP_RELEASE: 1 + CI_SKIP_DOCKER_TAG: 1 CI_SKIP_BUILD: 1 CI_SKIP_LINT: 1 LINTER_IMAGE: node:18 \ No newline at end of file -- GitLab