diff options
Diffstat (limited to 'evergreen')
-rw-r--r-- | evergreen/antithesis_image_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evergreen/antithesis_image_build.sh b/evergreen/antithesis_image_build.sh index 64de089d7bb..0b986770102 100644 --- a/evergreen/antithesis_image_build.sh +++ b/evergreen/antithesis_image_build.sh @@ -57,7 +57,7 @@ if [ "${is_patch}" = "true" ]; then tag="evergreen-patch" fi -if [ -n "${antithesis_image_tag}" ]; then +if [ -n "${antithesis_image_tag:-}" ]; then echo "Using provided tag: '$antithesis_image_tag' for docker pushes" tag=$antithesis_image_tag fi |