From c546fba4081d0a972ff2c9433b3074934ed8e343 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Wed, 13 Jan 2021 15:47:21 -0600 Subject: [PATCH] fix: Put image tagging into last build step --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2d8291a..a5eda14e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - test + - deploy_tags - deploy cache: @@ -36,7 +37,7 @@ build_image_for_commit: - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA deploy_to_tags: - stage: deploy + stage: deploy_tags needs: ['test'] image: "node:15.0" only: