fixed build stage
This commit is contained in:
parent
9fbc43c413
commit
b89a539dd7
1 changed files with 3 additions and 3 deletions
|
|
@ -379,9 +379,9 @@ build:streamline:
|
|||
before_script:
|
||||
- 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:latest
|
||||
- docker push ${CI_REGISTRY}/brandx/bxt-app/streamline
|
||||
- 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
|
||||
|
||||
deploy:streamline:
|
||||
image: docker:20.10.21
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue