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 @@ -111,7 +111,7 @@ Download the current version:
111111mkdir -p ~ /.docker/cli-plugins
112112
113113# Download the script to the docker plugins directory
114- curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.2.2 /docker-pussh \
114+ curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.3.0 /docker-pussh \
115115 -o ~ /.docker/cli-plugins/docker-pussh
116116
117117# Make it executable
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [[ "${DEBUG:-}" == "1" || "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
66fi
77
88# Script version
9- VERSION=" 0.2.2 "
9+ VERSION=" 0.3.0 "
1010
1111# Return metadata expected by the Docker CLI plugin framework: https://github.com/docker/cli/pull/1564
1212if [[ " ${1:- } " = " docker-cli-plugin-metadata" ]]; then
You can’t perform that action at this time.
0 commit comments