release(nodemapper) 1.0.2 better error handling and logging

This commit is contained in:
lza_menace
2024-09-17 21:51:47 -07:00
parent d61fa3a58b
commit bbd4b7e923
2 changed files with 41 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# Build and tag container images for each service based upon passed argument; monerod, nodemapper, or exporter
# Build and tag container images for each service based upon passed argument; monerod, nodemapper, or exporter
# All are manually tagged since some do not update as frequently as others. Bump the script
# to bump the image stored on Dockerhub.
@@ -12,7 +12,7 @@ MONEROD_VERSION=v0.18.3.2
MONEROD_BASE=${DH_USER}/monerod
EXPORTER_VERSION=1.0.0
EXPORTER_BASE=${DH_USER}/exporter
NODEMAPPER_VERSION=1.0.1
NODEMAPPER_VERSION=1.0.2
NODEMAPPER_BASE=${DH_USER}/nodemapper
if [[ "${IMAGE}" == "nodemapper" ]]