From 0ee66208b7624ec174be7b8ac7a040ba577a97a1 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 15 Aug 2021 02:29:07 +0300 Subject: [PATCH] fix --- build-amd64.sh | 2 +- build-arm32v7.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-amd64.sh b/build-amd64.sh index 8ab664f..049d547 100644 --- a/build-amd64.sh +++ b/build-amd64.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Welcome!" -version="1.0.0" +version="1.0.1" localRegistryPass="***REMOVED***" echo "Login to dockerhub registry." diff --git a/build-arm32v7.sh b/build-arm32v7.sh index 005dd99..6de20b0 100644 --- a/build-arm32v7.sh +++ b/build-arm32v7.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Welcome!" -version="1.0.0" +version="1.0.1" localRegistryPass="***REMOVED***" dockerHubRegistryPass="***REMOVED***"