Skip to content

Commit

Permalink
Logic typo in shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghui12 committed Sep 29, 2021
1 parent abe7fb9 commit d89a839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d89a839

Please sign in to comment.