1.0.2 • Published 3 years ago
push-registry v1.0.2
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]
-gwill create a github release with your specified version. Requiresghcli-dwill delete the associated docker images after pushing to the registryREGISTRYenvironment variable- Pass this in with
REGISTRY=<your/registry/name> push-registry <extra args> - Pro Tip: set this in your
~/.zshrcor~/.bashrcfor easy running- You can also overwrite your default by setting
REGISTRYmanually before you runpush-registry
- You can also overwrite your default by setting
- Pass this in with