From d89a83912d40ca5337d6bdd3312269da91f57554 Mon Sep 17 00:00:00 2001 From: Zhonghui Hu Date: Wed, 29 Sep 2021 12:45:40 -0700 Subject: [PATCH] Logic typo in shell script --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index bf5e56abb..c55f78f00 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -233,7 +233,7 @@ sync_latest_image() { if [ "${account_id}" != "${classic_regions_account_id}" ]; then create_manifest_list ${account_id}.dkr.ecr.${region}.${endpoint}/aws-for-fluent-bit "latest" ${AWS_FOR_FLUENT_BIT_VERSION_DOCKERHUB} create_manifest_list ${account_id}.dkr.ecr.${region}.${endpoint}/aws-for-fluent-bit ${AWS_FOR_FLUENT_BIT_VERSION_DOCKERHUB} ${AWS_FOR_FLUENT_BIT_VERSION_DOCKERHUB} - if + fi create_manifest_list ${account_id}.dkr.ecr.${region}.${endpoint}/aws-for-fluent-bit "stable" ${AWS_FOR_FLUENT_BIT_STABLE_VERSION} || echo "0" make_repo_public ${region}