trying to fix the tag for the streamline image

This commit is contained in:
Carter 2025-06-11 14:01:11 -06:00
parent de713ac8fc
commit bfe9d0dd8b

View file

@ -380,7 +380,7 @@ build:streamline:
- docker login -u ${CI_REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
script:
- docker build -t ${CI_REGISTRY}/brandx/bxt-app/streamline:${CI_COMMIT_SHA} .
- docker tag ${CI_REGISTRY}/brandx/bxt-app/streamline:${CI_COMMIT_SHA} ${CI_REGISTRY}/brandx/bxt-app/production:streamline
- docker tag ${CI_REGISTRY}/brandx/bxt-app/streamline:${CI_COMMIT_SHA} ${CI_REGISTRY}/brandx/bxt-app/streamline:latest
- docker push ${CI_REGISTRY}/brandx/bxt-app/streamline:${CI_COMMIT_SHA}
- docker push ${CI_REGISTRY}/brandx/bxt-app/streamline:latest