Commit 7a3178fb authored by Anton Borisov's avatar Anton Borisov

Update .gitlab-ci.yml

parent 1835d65c
Pipeline #100 passed with stage
in 2 minutes and 13 seconds
...@@ -12,7 +12,7 @@ build: ...@@ -12,7 +12,7 @@ build:
script: script:
- docker login -u "gitlab-ci-token" -p ${CI_JOB_TOKEN} ${CI_REGISTRY} - docker login -u "gitlab-ci-token" -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
- docker build -t ${CI_REGISTRY_IMAGE}/prod:${CI_PIPELINE_ID} . - docker build -t ${CI_REGISTRY_IMAGE}/prod:${CI_PIPELINE_ID} .
- docker push ${CI_REGISTRY_IMAGE} - docker push ${CI_REGISTRY_IMAGE}/prod:${CI_PIPELINE_ID}
environment: environment:
name: ${CI_COMMIT_REF_NAME} name: ${CI_COMMIT_REF_NAME}
url: https://xvideos.com url: https://xvideos.com
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment