diff --git a/Cargo.lock b/Cargo.lock index 7f53a55..d105ee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "yj" -version = "0.7.15" +version = "0.7.16" dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f97a829..496bff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yj" -version = "0.7.15" +version = "0.7.16" authors = ["Bruce Adams "] categories = ["command-line-utilities"] diff --git a/README.md b/README.md index b9b99db..52ff70d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Simple command line tool to convert a YAML input file into a JSON output file. ```bash $ yj --help -yj 0.7.15 +yj 0.7.16 Bruce Adams Read YAML, write JSON diff --git a/docker-push.sh b/docker-push.sh index 17fb78a..989b4a8 100755 --- a/docker-push.sh +++ b/docker-push.sh @@ -2,6 +2,7 @@ set -euo pipefail +DOCKER_USERNAME=bruceadams echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin set -x