mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
9 lines
293 B
Markdown
9 lines
293 B
Markdown
|
## drone-ci docker jizz
|
||
|
|
||
|
To rebuild all ci images and push them to a registry server do:
|
||
|
|
||
|
$ docker login your.registry.here
|
||
|
$ ./rebuild-docker-images.sh your.registry.here *.dockerfile
|
||
|
|
||
|
The docker images will be `your.registry.here/lokinet-ci-*`for each *.dockerfile in this directory
|