Commit 769fa9d3 authored by Đoàn Quốc Huy's avatar Đoàn Quốc Huy

[tag]staging

parent 7e1fd668
......@@ -2,6 +2,6 @@
cd .ci
sudo docker build -t $image_name:base -f $docker_path/base.Dockerfile ../
sudo docker logout registry.gitlab.com
sudo echo "$CI_REGISTRY_PW" | docker login registry.gitlab.com -u "$CI_REGISTRY_USER" --password-stdin
echo "$CI_REGISTRY_PW" | sudo docker login registry.gitlab.com -u "$CI_REGISTRY_USER" --password-stdin
sudo docker images
sudo docker push $image_name:base
\ No newline at end of file
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