Skip to content

Commit cfd9efd

Browse files
committed
fix(ci): typo in stack update script
1 parent be9ae5b commit cfd9efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/update-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ check_image() {
120120
fi
121121

122122
if [[ "$WRITE_MODE" == true ]]; then
123-
sed -i "s|${image_name}:${prefix}${current_version}|${image_name}:i${prefix}${latest}|g" "$COMPOSE_FILE"
123+
sed -i "s|${image_name}:${prefix}${current_version}|${image_name}:${prefix}${latest}|g" "$COMPOSE_FILE"
124124
echo "{
125125
\"image\":\"$image_name\",
126126
\"current\":\"${prefix}${current_version}\",

0 commit comments

Comments
 (0)