This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
epilectrik
/
gr00t-WholeBodyControl
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73
Commits
1
Branch
0
Tags
999 MiB
C++
50.9%
Python
43.3%
Shell
2.4%
C
2.4%
CMake
0.6%
Other
0.2%
Branch:
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
gr00t-WholeBodyControl
/
decoupled_wbc
/
docker
/
publish.sh
3 lines
74 B
Raw
Permalink
Blame
History
#!/bin/bash
image_name
=
$(
cat image_name.txt
)
docker push
"
$@
"
$image_name
Reference in new issue