pushing to the commit tag

This commit is contained in:
Carter 2025-06-11 13:24:08 -06:00
parent a85c958d04
commit 677012a145

View file

@ -381,7 +381,7 @@ build:streamline:
script: script:
- docker build -t ${CI_REGISTRY}/brandx/bxt-app/production:${CI_COMMIT_SHA} . - 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 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: deploy:streamline:
image: docker:20.10.21 image: docker:20.10.21