Skip to content

Commit e671801

Browse files
Merge pull request docker-archive#460 from docker/fix-release-typo
fixed a typo in release script
2 parents 0c7cb5f + fc02dc7 commit e671801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/release/full_aws_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,6 @@ echo "== Build Docker images =="
193193
cd $BASE_DIR
194194

195195
# run release, this will create CFN templates and push them to s3, push AMI to different regions and share with list of approved accounts.
196-
./run_release.sh -d $DOCKER_VERSION -e $EDITION_VERSION -a $AMI_ID -r $AMI_SRC_REGION -c $CHANNEL -l $DOCKER_AWS_ACCOUNT_URL -u $CHANNEL
196+
./run_release.sh -d $DOCKER_VERSION -e $EDITION_VERSION -a $AMI_ID -r $AMI_SRC_REGION -c $CHANNEL -l $DOCKER_AWS_ACCOUNT_URL -u cloud-$CHANNEL
197197

198198
echo "===== Done ====="

0 commit comments

Comments
 (0)