Skip to content

Commit f31ef62

Browse files
committed
Update build-image-github.sh
1 parent 8d2861e commit f31ef62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-image-github.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extra_tags_args() {
3232
args+=(-t "${repo}:${version}")
3333
fi
3434
if [ "${GITHUB_REF_NAME:-}" = "main" ]; then
35-
args+=(-t "${repo}:latest}")
35+
args+=(-t "${repo}:latest")
3636
fi
3737
printf '%s ' "${args[@]}"
3838
}

0 commit comments

Comments
 (0)