Skip to content

Commit fd7ab88

Browse files
sausageebors-libra
authored andcommitted
[post-land] propagate diem name change
Closes: diem#6936
1 parent b28f486 commit fd7ab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-land.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
status=1
3434
while [[ $status != 0 && $retry -lt $RETRIES ]]; do
3535
status=0
36-
for image in libra/validator libra/validator_tcb libra/init libra/cluster_test; do
36+
for image in diem/validator diem/validator_tcb diem/init diem/cluster_test; do
3737
aws ecr describe-images --region $AWS_REGION --repository-name $image --image-ids=imageTag=$IMAGE_TAG
3838
status=$((status + $?))
3939
done

0 commit comments

Comments
 (0)