Commit 56f5d576 authored by Đoàn Quốc Huy's avatar Đoàn Quốc Huy

[tag]staging

parent 1b8c1d85
Pipeline #43273 failed with stages
in 7 seconds
#!/bin/bash
cd .ci
sudo docker build -t $image_name:$tag --build-arg -f $docker_path/build.Dockerfile ../
sudo docker build -t $image_name:$tag -f $docker_path/build.Dockerfile ../
sudo docker logout registry.gitlab.com
echo "$CI_REGISTRY_PW" | sudo docker login registry.gitlab.com -u "$CI_REGISTRY_USER" --password-stdin
sudo docker images
......
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