Commit 6d1a8fac authored by kavinduchamiran's avatar kavinduchamiran

fix1

parent 84df3758
......@@ -23,4 +23,6 @@ yarn-debug.log*
yarn-error.log*
/public/env-config.js
env-config.js
\ No newline at end of file
env-config.js
.idea
\ No newline at end of file
......@@ -23,4 +23,6 @@ yarn-debug.log*
yarn-error.log*
/public/env-config.js
env-config.js
\ No newline at end of file
env-config.js
.idea
......@@ -18,6 +18,8 @@ docker_build:
- cloudl-client
script:
- echo ${DOCKER_USERNAME}
- echo ${DOCKER_PASSWORD}
- docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- docker build -t ${CONTAINER_IMAGE} .
- docker tag ${CONTAINER_IMAGE} kavinduchamiran/${CI_COMMIT_REF_NAME}:latest
......
This diff is collapsed.
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