We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6422f commit 80dee9dCopy full SHA for 80dee9d
docker-pussh
@@ -1,6 +1,10 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
+if [[ "${UNREGISTRY_DEBUG:-}" == "1" ]]; then
5
+ set -x
6
+fi
7
+
8
# Return metadata expected by the Docker CLI plugin framework: https://github.com/docker/cli/pull/1564
9
if [ "${1:-}" = "docker-cli-plugin-metadata" ]; then
10
cat <<EOF
0 commit comments