Updated to 1.21.2

This commit is contained in:
seednode 2021-08-31 12:28:33 -05:00
parent d650ab2507
commit b67847e254

View File

@ -4,9 +4,6 @@
# exit if a command fails
set -o errexit
# exit if required variables aren't set
set -o nounset
# if no registry is provided, tag image as "local" registry
registry="${REGISTRY:-local}"