From 677012a145ec62c424ea744022016bb78362357f Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 11 Jun 2025 13:24:08 -0600 Subject: [PATCH] pushing to the commit tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 244c0ad..17e3cbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -381,7 +381,7 @@ build:streamline: script: - docker build -t ${CI_REGISTRY}/brandx/bxt-app/production:${CI_COMMIT_SHA} . - docker tag ${CI_REGISTRY}/brandx/bxt-app/production:${CI_COMMIT_SHA} ${CI_REGISTRY}/brandx/bxt-app/production:streamline - - docker push ${CI_REGISTRY}/brandx/bxt-app/production:streamline + - docker push ${CI_REGISTRY}/brandx/bxt-app/production:${CI_COMMIT_SHA} deploy:streamline: image: docker:20.10.21