Commit fdd6326c authored by dangdoan's avatar dangdoan

[tag]dev

parent 8acb85f9
Pipeline #13055 failed with stages
in 17 seconds
......@@ -6,4 +6,6 @@ echo "Login to gitlab registry"
echo "$CI_REGISTRY_PW"
echo "$CI_REGISTRY_USER"
echo "$CI_REGISTRY_PW" | sudo docker login registry.gitlab.com -u "$CI_REGISTRY_USER" --password-stdin
echo "image tag"
echo "$tag"
sudo docker push $image_name:$tag
\ 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