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:
105
105
mkdir -p ~ /.docker/cli-plugins
106
106
107
107
# 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 \
109
109
-o ~ /.docker/cli-plugins/docker-pussh
110
110
111
111
# Make it executable
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [[ "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
5
5
set -x
6
6
fi
7
7
8
- VERSION=" 0.1.2 "
8
+ VERSION=" 0.1.3 "
9
9
10
10
# Return metadata expected by the Docker CLI plugin framework: https://github.com/docker/cli/pull/1564
11
11
if [ " ${1:- } " = " docker-cli-plugin-metadata" ]; then
You can’t perform that action at this time.
0 commit comments