push-registry
v1.0.2
Published
A shorthand for pushing a Docker image to a container registry, cleaning up your local images, and creating a github release
Downloads
4
Maintainers
Readme
push-registry
A shorthand for pushing a Docker image to a container registry, cleaning up your local images, and creating a github release
Usage
push-registry <image-name> [-g -d]
-g
will create a github release with your specified version. Requiresgh
cli-d
will delete the associated docker images after pushing to the registryREGISTRY
environment variable- Pass this in with
REGISTRY=<your/registry/name> push-registry <extra args>
- Pro Tip: set this in your
~/.zshrc
or~/.bashrc
for easy running- You can also overwrite your default by setting
REGISTRY
manually before you runpush-registry
- You can also overwrite your default by setting
- Pass this in with