File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Download the current version:
105105mkdir -p ~ /.docker/cli-plugins
106106
107107# Download the script to the docker plugins directory
108- curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.1.2 /docker-pussh \
108+ curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.1.3 /docker-pussh \
109109 -o ~ /.docker/cli-plugins/docker-pussh
110110
111111# Make it executable
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [[ "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
55 set -x
66fi
77
8- VERSION=" 0.1.2 "
8+ VERSION=" 0.1.3 "
99
1010# Return metadata expected by the Docker CLI plugin framework: https://github.com/docker/cli/pull/1564
1111if [ " ${1:- } " = " docker-cli-plugin-metadata" ]; then
You can’t perform that action at this time.
0 commit comments