Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guolunwei committed Jun 21, 2023
1 parent a7431da commit 9e40ea1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ Pull dockerhub kolla images to aliyun registry by github Actions.

## Get image list
```
for i in $(cat images.txt);do echo "\"kolla/ubuntu-binary-$i:train\":\"registry.cn-guangzhou.aliyuncs.com/lunwei/ubuntu-binary-$i:train\"",;done
for i in $(cat images.txt)
do echo "\"kolla/ubuntu-binary-$i:train\":\"registry.cn-guangzhou.aliyuncs.com/lunwei/ubuntu-binary-$i:train\"",
done
```

0 comments on commit 9e40ea1

Please sign in to comment.