mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 17:26:45 +00:00
fix: bash if issue
This commit is contained in:
parent
bf0944a5fd
commit
aa097ad982
@ -16,7 +16,7 @@ done
|
|||||||
echo "Do you want to push these to Docker Hub?"
|
echo "Do you want to push these to Docker Hub?"
|
||||||
select yn in "Yes" "No";
|
select yn in "Yes" "No";
|
||||||
do
|
do
|
||||||
if [ "$yn" = "Yes" ]; then
|
if [ "$yn"="Yes" ]; then
|
||||||
for tag in latest $v_patch $v_minor $v_major;
|
for tag in latest $v_patch $v_minor $v_major;
|
||||||
do
|
do
|
||||||
docker push sintan1729/$name:$tag
|
docker push sintan1729/$name:$tag
|
||||||
|
Loading…
Reference in New Issue
Block a user