mirror of
https://github.com/psviderski/unregistry.git
synced 2025-12-14 20:35:57 +01:00
release: Bump version to 0.4.0
This commit is contained in:
@@ -112,7 +112,7 @@ Download the current version:
|
|||||||
mkdir -p ~/.docker/cli-plugins
|
mkdir -p ~/.docker/cli-plugins
|
||||||
|
|
||||||
# Download the script to the docker plugins directory
|
# Download the script to the docker plugins directory
|
||||||
curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.3.1/docker-pussh \
|
curl -sSL https://raw.githubusercontent.com/psviderski/unregistry/v0.4.0/docker-pussh \
|
||||||
-o ~/.docker/cli-plugins/docker-pussh
|
-o ~/.docker/cli-plugins/docker-pussh
|
||||||
|
|
||||||
# Make it executable
|
# Make it executable
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ if [[ "${DEBUG:-}" == "1" || "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Script version
|
# Script version
|
||||||
VERSION="0.3.1"
|
VERSION="0.4.0"
|
||||||
|
|
||||||
# Return metadata expected by the Docker CLI plugin framework: https://github.com/docker/cli/pull/1564
|
# Return metadata expected by the Docker CLI plugin framework: https://github.com/docker/cli/pull/1564
|
||||||
if [[ "${1:-}" = "docker-cli-plugin-metadata" ]]; then
|
if [[ "${1:-}" = "docker-cli-plugin-metadata" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user